scss: style as hovered selected pwa bottom navigation entry (#40806)

This commit is contained in:
Frédéric Péters 2020-03-18 11:18:00 +01:00
parent d6c8963b41
commit 7669a4c7f4
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ div.menucell {
position: relative;
margin-left: 0;
text-align: center;
&:hover a {
&.selected:hover a, &:hover a {
background-color: $nav-mobile-bottom-bar-item-hover-background;
color: $nav-mobile-bottom-bar-item-hover-color;
}