mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix page search input being focusable when hidden
This commit is contained in:
committed by
Mungai Njoroge
parent
bbe7984e4e
commit
823b52fc04
@@ -94,6 +94,7 @@ if (source) {
|
||||
width: 7rem;
|
||||
gap: $small;
|
||||
transition: all 0.25s;
|
||||
transition-delay: 0.1s;
|
||||
}
|
||||
|
||||
.header-input {
|
||||
@@ -105,11 +106,11 @@ if (source) {
|
||||
z-index: 200;
|
||||
transition: all 0.25s $overshoot;
|
||||
opacity: 0;
|
||||
transform: translateY(-1rem);
|
||||
transform: translateY(-3.5rem);
|
||||
border-radius: 3rem;
|
||||
padding-left: 1rem;
|
||||
outline: solid 1px $gray1;
|
||||
|
||||
|
||||
&:focus {
|
||||
outline: solid $darkblue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user