mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-19 18:48:17 +00:00
update label css
This commit is contained in:
parent
8a5ba0b8d2
commit
42f82dc7c3
1 changed files with 4 additions and 2 deletions
|
|
@ -188,8 +188,10 @@
|
|||
&:not(:last-child) {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
.label:has(~ .action-button:hover) {
|
||||
opacity: 0.7;
|
||||
&:hover {
|
||||
.label {
|
||||
opacity: 0.7;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue