Skip to content

Commit 5937eeb

Browse files
authored
优化单选项样式
1 parent 3ce1e50 commit 5937eeb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

_sass/minimal-mistakes-plus.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,18 @@ table.setting-multi-radio td {
2424
text-align: center;
2525
border-left: 1px solid mix(#000, $border-color, 25%);
2626
}
27+
28+
input[type="radio"] {
29+
width: 0;
30+
margin: 0;
31+
margin-inline-end: 1em;
32+
font-family: var(--fa-family-classic);
33+
}
34+
35+
input[type="radio"]::before {
36+
content: "\f111";
37+
}
38+
39+
input[type="radio"]:checked::before {
40+
content: "\f192";
41+
}

0 commit comments

Comments
 (0)