mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
feat: arrows hover effect
This commit is contained in:
parent
98b3891f1e
commit
fe663f1d2b
1 changed files with 6 additions and 0 deletions
|
|
@ -17,6 +17,12 @@
|
|||
.icon {
|
||||
display: block;
|
||||
color: var(--primary-foreground-color);
|
||||
opacity: 0.7;
|
||||
transition: opacity 0.2s ease-in-out;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue