Skip to content

Commit 7fdc62a

Browse files
authored
Merge pull request #3018 from haslinghuis/fix-osd-checkbox
2 parents 74d2492 + e4a8ce7 commit 7fdc62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/dark-theme.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ progress[value] {
520520
input[type='checkbox'] {
521521
&:after {
522522
line-height: 1.5em;
523-
content: '';
523+
content: none;
524524
display: inline-block;
525525
width: 12px;
526526
height: 12px;

0 commit comments

Comments
 (0)