mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +00:00
refactor(ActionButton): only animate background-color
This commit is contained in:
parent
85ce566642
commit
1335e91356
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
border-radius: 100%;
|
||||
background-color: var(--overlay-color);
|
||||
backdrop-filter: blur(5px);
|
||||
transition: all 0.1s ease-out;
|
||||
transition: background-color 0.1s ease-out;
|
||||
|
||||
&:hover, &:focus {
|
||||
outline: var(--focus-outline-size) solid var(--primary-foreground-color);
|
||||
|
|
|
|||
Loading…
Reference in a new issue