File tree 1 file changed +8
-12
lines changed
src/librustdoc/html/static/css
1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -1431,10 +1431,7 @@ h3.variant {
1431
1431
}
1432
1432
1433
1433
# settings-menu > a , # help-button > a , # copy-path {
1434
- padding : 5px ;
1435
1434
width : 33px ;
1436
- border : 1px solid var (--border-color );
1437
- border-radius : 2px ;
1438
1435
cursor : pointer;
1439
1436
line-height : 1.5 ;
1440
1437
}
@@ -1444,10 +1441,18 @@ h3.variant {
1444
1441
height : 100% ;
1445
1442
display : block;
1446
1443
background-color : var (--button-background-color );
1444
+ border : 1px solid var (--border-color );
1445
+ border-radius : 2px ;
1447
1446
}
1448
1447
1449
1448
# copy-path {
1450
1449
color : var (--copy-path-button-color );
1450
+ background : var (--main-background-color );
1451
+ height : 34px ;
1452
+ margin-left : 10px ;
1453
+ padding : 0 ;
1454
+ padding-left : 2px ;
1455
+ border : 0 ;
1451
1456
}
1452
1457
# copy-path > img {
1453
1458
filter : var (--copy-path-img-filter );
@@ -1495,15 +1500,6 @@ input:checked + .slider {
1495
1500
padding-top : 2px ;
1496
1501
}
1497
1502
1498
- # copy-path {
1499
- height : 34px ;
1500
- background-color : var (--main-background-color );
1501
- margin-left : 10px ;
1502
- padding : 0 ;
1503
- padding-left : 2px ;
1504
- border : 0 ;
1505
- }
1506
-
1507
1503
kbd {
1508
1504
display : inline-block;
1509
1505
padding : 3px 5px ;
You can’t perform that action at this time.
0 commit comments