SPR-908: QS - color "num"
This commit is contained in:
parent
4536a4f38c
commit
be2c0e9552
1 changed files with 2 additions and 13 deletions
|
@ -162,9 +162,9 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: -.4rem;
|
right: -.4rem;
|
||||||
top: -.4em;
|
top: -.4em;
|
||||||
background-color: @ini_nav_menu_hover_bg;
|
background-color: @ini_nav_menu_hover_color;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
color: @ini_nav_menu_hover_color;
|
color: @ini_nav_menu_hover_bg;
|
||||||
font-size: @font-size-very-small;
|
font-size: @font-size-very-small;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -172,17 +172,6 @@
|
||||||
padding: .1em @very-small-spacing;
|
padding: .1em @very-small-spacing;
|
||||||
transition: @transition color, @transition background-color;
|
transition: @transition color, @transition background-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
&:hover,
|
|
||||||
&:active,
|
|
||||||
&:focus {
|
|
||||||
.num {
|
|
||||||
background-color: @ini_nav_menu_hover_color;
|
|
||||||
color: @ini_nav_menu_hover_bg;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-prefix () {
|
.btn-prefix () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue