fix theme transition issue with searchbar

This commit is contained in:
lamacchinadesiderante 2024-04-28 18:07:10 +02:00
parent 66615185d7
commit 6bda6fd111
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
.query{
flex: 6;
margin-right: $spacing_16;
transition: none !important;
}
.query:hover {
@ -24,6 +25,7 @@
background-color: var(--primary);
border-color: var(--primary);
color: var(--primary-inverse);
transition: none !important;
}
.submitBtn:hover {