mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 02:22:09 +00:00
metaitem hover/focus effect improved
This commit is contained in:
parent
7b460b5853
commit
debd44efef
1 changed files with 12 additions and 0 deletions
|
|
@ -139,6 +139,18 @@
|
|||
}
|
||||
|
||||
&:hover, &:focus {
|
||||
.poster-image-container {
|
||||
.placeholder-image-container {
|
||||
.placeholder-image {
|
||||
fill: var(--color-surfacelighter);
|
||||
}
|
||||
}
|
||||
|
||||
.poster-image {
|
||||
filter: brightness(120%);
|
||||
}
|
||||
}
|
||||
|
||||
&::after {
|
||||
border-color: var(--color-surfacelighter);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue