File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
src/librustdoc/html/static/css Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 15
15
.setting-radio input {
16
16
border-radius : 50% ;
17
17
}
18
- .setting-check input : checked {
19
- content : url ('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40">\
20
- <path d= "M7,25L17,32L33,12" fill="none" stroke="black" stroke-width="5"/>\
21
- <path d= "M7,23L17,30L33,10" fill="none" stroke="white" stroke-width="5"/></svg>');
22
- }
23
18
24
19
.setting-radio span , .setting-check span {
25
20
padding-bottom : 1px ;
52
47
.setting-check input : checked {
53
48
background-color : var (--settings-input-color );
54
49
border-width : 1px ;
50
+ content : url ('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40">\
51
+ <path d= "M7,25L17,32L33,12" fill="none" stroke="black" stroke-width="5"/>\
52
+ <path d= "M7,23L17,30L33,10" fill="none" stroke="white" stroke-width="5"/></svg>');
55
53
}
56
54
.setting-radio input : focus , .setting-check input : focus {
57
55
box-shadow : 0 0 1px 1px var (--settings-input-color );
You can’t perform that action at this time.
0 commit comments