SPR-908: wrong hover menu-toggle
This commit is contained in:
parent
a4ac4a3bba
commit
402465276c
1 changed files with 8 additions and 6 deletions
|
@ -127,6 +127,7 @@
|
|||
background-color: #fff;
|
||||
border: 1px solid @color-border;
|
||||
border-radius: @border-radius;
|
||||
color: @color-nav;
|
||||
font-size: 1rem;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
|
@ -137,13 +138,14 @@
|
|||
font-size: 1.5rem;
|
||||
margin: .1rem 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
background-color: @button_color;
|
||||
border-color: @button_background;
|
||||
background-color: @color-nav-hover-bg;
|
||||
border-color: @color-nav-hover;
|
||||
color: @color-nav-hover;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue