Fixed menu active
This commit is contained in:
parent
576c9ba5eb
commit
1f8ce3e24e
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@
|
||||||
nav ul a {
|
nav ul a {
|
||||||
background-color: @theme-color-background-base;
|
background-color: @theme-color-background-base;
|
||||||
&:hover,
|
&:hover,
|
||||||
&:active {
|
&:active,
|
||||||
|
&:focus {
|
||||||
background-color: @theme-color-background-base;
|
background-color: @theme-color-background-base;
|
||||||
outline: none;
|
outline: none;
|
||||||
border-bottom: 1px solid @theme-color-header-text;
|
border-bottom: 1px solid @theme-color-header-text;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue