mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-05 20:59:49 +00:00
using outline instead of border in MetaItem
This commit is contained in:
parent
6989ad4ba1
commit
58abc74968
1 changed files with 1 additions and 12 deletions
|
|
@ -32,18 +32,7 @@
|
|||
}
|
||||
|
||||
&:hover, &:focus {
|
||||
&::after {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
display: block;
|
||||
pointer-events: none;
|
||||
border: var(--focusable-border-size) solid var(--color-surfacelighter);
|
||||
content: "";
|
||||
}
|
||||
outline: var(--focusable-border-size) solid var(--color-surfacelighter);
|
||||
|
||||
.poster-image-container {
|
||||
.poster-image {
|
||||
|
|
|
|||
Loading…
Reference in a new issue