mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-30 14:58:52 +00:00
SearchBar hover/active styles fixed
This commit is contained in:
parent
d290150c4d
commit
0dca5ea024
1 changed files with 18 additions and 2 deletions
|
|
@ -4,9 +4,25 @@
|
|||
justify-content: center;
|
||||
align-items: stretch;
|
||||
|
||||
&:not(:global(.active)) {
|
||||
.search-label {
|
||||
&:hover {
|
||||
background-color: var(--color-secondary);
|
||||
|
||||
.submit-button {
|
||||
background-color: var(--color-secondarylight);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&:global(.active) {
|
||||
.search-label {
|
||||
background-color: var(--color-background);
|
||||
|
||||
.submit-button {
|
||||
background-color: var(--color-secondarylight);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -16,7 +32,7 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
background-color: var(--color-secondary);
|
||||
background-color: var(--color-secondary60);
|
||||
|
||||
.search-input {
|
||||
flex: 1;
|
||||
|
|
@ -35,7 +51,7 @@
|
|||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: var(--color-secondarylight);
|
||||
background-color: var(--color-secondarylight60);
|
||||
cursor: pointer;
|
||||
|
||||
.submit-icon {
|
||||
|
|
|
|||
Loading…
Reference in a new issue