rustdoc: make settings checkboxes always square
This commit is contained in:
parent
ae9173d7dd
commit
33c1ff0579
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue