mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 02:22:09 +00:00
remove background color transition from see all
This commit is contained in:
parent
8e0dc2b778
commit
bb2cc31704
2 changed files with 0 additions and 2 deletions
|
|
@ -30,7 +30,6 @@
|
|||
&:focus, &:hover {
|
||||
outline: none;
|
||||
background-color: var(--color-placeholder-background);
|
||||
transition: background-color 100ms ease-out;
|
||||
}
|
||||
|
||||
.label {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
&:focus {
|
||||
outline: none;
|
||||
background-color: @color-background-light3;
|
||||
transition: background-color 100ms ease-out;
|
||||
}
|
||||
|
||||
.label {
|
||||
|
|
|
|||
Loading…
Reference in a new issue