Add background effect to active menu page

pull/1345/head
Chocobozzz 2018-11-15 11:41:25 +01:00
parent 3e9e6f2f14
commit e6d5a4f1ea
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 5 additions and 1 deletions

View File

@ -131,10 +131,14 @@ menu {
transition: background-color .1s ease-in-out;
@include disable-default-a-behaviour;
&:hover, &.focus-visible {
&.active {
background-color: rgba(255, 255, 255, 0.15);
}
&:hover, &.focus-visible {
background-color: rgba(255, 255, 255, 0.10);
}
.icon {
@include icon(22px);