features/rewrite/dropdown #14

Merged
koma merged 10 commits from features/rewrite/dropdown into features/rewrite/main 2023-03-15 09:38:57 +00:00
Showing only changes of commit 3a734a71ef - Show all commits

View File

@ -1,10 +1,6 @@
@use "../util" as *;
@use "../globals" as *;
$trans-time: 300ms;
$width: 100%;
@ -199,29 +195,8 @@ form{
display:none
}
/*SELECT*/
select {
appearance: none;
&:focus-within ~ .drop-down {
height: auto;
max-height: max-content;
opacity: 1;
pointer-events: initial;
}
&:focus-within ~ .backdrop {
opacity: 1;
display: block;
}
}
/*form group-alt*/
.form-group-alt {
--height: 2.5rem;