1
0
mirror of https://github.com/sakofchit/system.css.git synced 2026-05-05 06:01:22 +09:00

Don't display:none dropdown checkboxes

using `display:none` makes them non-keyboard-focusable
This commit is contained in:
Patrick H. Lauke
2022-08-12 10:20:26 +01:00
parent e12c8b0593
commit 7c5741dcd7

View File

@@ -568,10 +568,6 @@ form {
color: white; color: white;
} }
.dd-input {
display: none;
}
.dd-menu { .dd-menu {
position: absolute; position: absolute;
top: 100%; top: 100%;