mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
refactor(PaginationInput): transition when hovering the button
This commit is contained in:
parent
d9b82acc4a
commit
ea933fe5c3
1 changed files with 4 additions and 2 deletions
|
|
@ -18,9 +18,11 @@
|
|||
display: block;
|
||||
color: var(--primary-foreground-color);
|
||||
opacity: 0.7;
|
||||
transition: opacity 0.2s ease-in-out;
|
||||
transition: opacity 0.1s ease-in;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:hover {
|
||||
.icon {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue