mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-05 04:19:55 +00:00
basic focus effect added to NavBarButton
This commit is contained in:
parent
5a5ba8b75f
commit
a0e81d0a65
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
&:hover, &:focus {
|
||||
background-color: var(--color-backgrounddark20);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue