hover effect added to see all button in meta row

This commit is contained in:
nklhrstv 2020-03-28 09:28:05 +02:00
parent dffdba48d3
commit 1103bccda8

View file

@ -31,6 +31,16 @@
background-color: @color-background-light3;
}
&:hover {
.label {
color: @color-secondaryvariant2-light2-90;
}
.icon {
fill: @color-secondaryvariant2-light2-90;
}
}
.label {
flex: 0 1 auto;
max-height: 1.2em;