1
Fork 0

rustdoc: make settings checkboxes always square

This commit is contained in:
binarycat 2025-04-02 16:25:29 -05:00
parent ae9173d7dd
commit 33c1ff0579

View file

@ -1446,6 +1446,9 @@ so that we can apply CSS-filters to change the arrow color in themes */
align-items: center;
cursor: pointer;
}
.setting-check input {
flex-shrink: 0,
}
.setting-radio input:checked {
box-shadow: inset 0 0 0 3px var(--main-background-color);