Remove css defined transitions for select, as this is now code controlled
This commit is contained in:
parent
651b866f05
commit
3a734a71ef
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user