meta row colors updated

This commit is contained in:
nklhrstv 2020-03-26 23:03:27 +02:00
parent 46eaf5955a
commit d419ae44ac
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -29,6 +29,7 @@
&:focus {
outline: none;
background-color: @color-background-light3;
transition: background-color 100ms ease-out;
}
.label {
@ -42,7 +43,7 @@
flex: none;
height: 1.3rem;
margin-left: 0.5rem;
fill: @color-secondaryvariant2-light1;
fill: @color-secondaryvariant2-light1-90;
}
}
}