mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
fix: chips offset
This commit is contained in:
parent
fe663f1d2b
commit
c5efdcb74f
1 changed files with 3 additions and 1 deletions
|
|
@ -20,14 +20,16 @@
|
|||
background-color: transparent;
|
||||
user-select: none;
|
||||
overflow: hidden;
|
||||
opacity: 0.6;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--overlay-color);
|
||||
transition: background-color 0.1s ease-out;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&.active {
|
||||
font-weight: 700;
|
||||
opacity: 1;
|
||||
background-color: var(--quaternary-accent-color);
|
||||
transition: background-color 0.1s ease-in;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue