mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 22:12:13 +00:00
meta row colors updated
This commit is contained in:
parent
46eaf5955a
commit
d419ae44ac
2 changed files with 3 additions and 1 deletions
|
|
@ -30,6 +30,7 @@
|
|||
&:focus, &:hover {
|
||||
outline: none;
|
||||
background-color: var(--color-placeholder-background);
|
||||
transition: background-color 100ms ease-out;
|
||||
}
|
||||
|
||||
.label {
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
&:focus {
|
||||
outline: none;
|
||||
background-color: @color-background-light3;
|
||||
transition: background-color 100ms ease-out;
|
||||
}
|
||||
|
||||
.label {
|
||||
|
|
@ -42,7 +43,7 @@
|
|||
flex: none;
|
||||
height: 1.3rem;
|
||||
margin-left: 0.5rem;
|
||||
fill: @color-secondaryvariant2-light1;
|
||||
fill: @color-secondaryvariant2-light1-90;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue