File tree 2 files changed +19
-19
lines changed
src/librustdoc/html/static/css
2 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -1474,25 +1474,6 @@ h3.variant {
1474
1474
animation : rotating 2s linear infinite;
1475
1475
}
1476
1476
1477
- .setting-line .radio-line input : checked {
1478
- box-shadow : inset 0 0 0 3px var (--main-background-color );
1479
- background-color : var (--settings-input-color );
1480
- }
1481
- .setting-line .radio-line input : focus {
1482
- box-shadow : 0 0 1px 1px var (--settings-input-color );
1483
- }
1484
- /* In here we combine both `:focus` and `:checked` properties. */
1485
- .setting-line .radio-line input : checked : focus {
1486
- box-shadow : inset 0 0 0 3px var (--main-background-color ),
1487
- 0 0 2px 2px var (--settings-input-color );
1488
- }
1489
- .setting-line .radio-line input : hover {
1490
- border-color : var (--settings-input-color ) !important ;
1491
- }
1492
- input : checked + .slider {
1493
- background-color : var (--settings-input-color );
1494
- }
1495
-
1496
1477
# help-button > a {
1497
1478
text-align : center;
1498
1479
/* Rare exception to specifying font sizes in rem. Since this is acting
Original file line number Diff line number Diff line change @@ -89,3 +89,22 @@ input:checked + .slider:before {
89
89
# settings .setting-line {
90
90
margin : 1.2em 0.6em ;
91
91
}
92
+
93
+ .setting-line .radio-line input : checked {
94
+ box-shadow : inset 0 0 0 3px var (--main-background-color );
95
+ background-color : var (--settings-input-color );
96
+ }
97
+ .setting-line .radio-line input : focus {
98
+ box-shadow : 0 0 1px 1px var (--settings-input-color );
99
+ }
100
+ /* In here we combine both `:focus` and `:checked` properties. */
101
+ .setting-line .radio-line input : checked : focus {
102
+ box-shadow : inset 0 0 0 3px var (--main-background-color ),
103
+ 0 0 2px 2px var (--settings-input-color );
104
+ }
105
+ .setting-line .radio-line input : hover {
106
+ border-color : var (--settings-input-color ) !important ;
107
+ }
108
+ input : checked + .slider {
109
+ background-color : var (--settings-input-color );
110
+ }
You can’t perform that action at this time.
0 commit comments