remove background color transition from see all

This commit is contained in:
nklhrstv 2020-03-27 00:14:49 +02:00
parent 8e0dc2b778
commit bb2cc31704
2 changed files with 0 additions and 2 deletions

View file

@ -30,7 +30,6 @@
&:focus, &:hover {
outline: none;
background-color: var(--color-placeholder-background);
transition: background-color 100ms ease-out;
}
.label {

View file

@ -29,7 +29,6 @@
&:focus {
outline: none;
background-color: @color-background-light3;
transition: background-color 100ms ease-out;
}
.label {