mirror of
https://github.com/RetroDECK/RetroDECK-Website.git
synced 2024-11-24 15:45:38 +00:00
Extend nav-link highlighting to current open folder
This commit is contained in:
parent
e8b96d95ca
commit
2cc4f2539c
|
@ -43,7 +43,7 @@ footer {
|
||||||
border-top: var(--rd-purple) solid 5px;
|
border-top: var(--rd-purple) solid 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-link:hover {
|
.nav-link:hover, .nav-link.show {
|
||||||
background: var(--rd-purple);
|
background: var(--rd-purple);
|
||||||
border: white solid 1px;
|
border: white solid 1px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
Loading…
Reference in a new issue