fix: checkbox styling

This commit is contained in:
2026-03-25 19:05:17 +01:00
parent c609753570
commit a102bfb4bf
2 changed files with 6 additions and 7 deletions

View File

@@ -1692,11 +1692,16 @@
margin-top: -0.125em;
margin-inline-end: 0.5em;
border-width: var(--app-border-width);
border-radius: 0.1875rem;
vertical-align: middle;
cursor: pointer;
flex-shrink: 0;
}
[type="radio"] {
border-radius: 50%;
}
[type="checkbox"]::-ms-check,
[type="radio"]::-ms-check {
display: none;