mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
hover effect added to see all button in meta row
This commit is contained in:
parent
dffdba48d3
commit
1103bccda8
1 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue