4,554
edits
No edit summary |
No edit summary |
||
Line 1,090: | Line 1,090: | ||
display: inline-block; | display: inline-block; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
input[type='checkbox']:checked+div::before { | input[type='checkbox']:checked+div::before { | ||
Line 1,109: | Line 1,103: | ||
.filtered-filters .filtered-value .filtered-value-option .filtered-value-option-label:hover { | .filtered-filters .filtered-value .filtered-value-option .filtered-value-option-label:hover { | ||
font-style: italic; | font-style: italic; | ||
content: "[✔]"; | |||
} | } |