diff options
Diffstat (limited to 'client/src/app/menu/menu.component.scss')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index a842765ba..b271ebfd2 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -131,10 +131,14 @@ menu { | |||
131 | transition: background-color .1s ease-in-out; | 131 | transition: background-color .1s ease-in-out; |
132 | @include disable-default-a-behaviour; | 132 | @include disable-default-a-behaviour; |
133 | 133 | ||
134 | &:hover, &.focus-visible { | 134 | &.active { |
135 | background-color: rgba(255, 255, 255, 0.15); | 135 | background-color: rgba(255, 255, 255, 0.15); |
136 | } | 136 | } |
137 | 137 | ||
138 | &:hover, &.focus-visible { | ||
139 | background-color: rgba(255, 255, 255, 0.10); | ||
140 | } | ||
141 | |||
138 | .icon { | 142 | .icon { |
139 | @include icon(22px); | 143 | @include icon(22px); |
140 | 144 | ||