mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
chore: revert change
This commit is contained in:
parent
c4ab2dc546
commit
16b2eb8d17
1 changed files with 9 additions and 1 deletions
|
|
@ -178,9 +178,17 @@
|
|||
}
|
||||
|
||||
&.selected {
|
||||
border-color: var(--primary-accent-color);
|
||||
animation: border 3s ease-in-out forwards;
|
||||
}
|
||||
|
||||
@keyframes border {
|
||||
0% {
|
||||
border: 0.15rem solid var(--primary-accent-color);
|
||||
}
|
||||
100% {
|
||||
border: 0.15rem solid transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.context-menu-container {
|
||||
max-width: calc(90% - 1.5rem);
|
||||
|
|
|
|||
Loading…
Reference in a new issue