SPR-908: qc hover, after merge toggle

This commit is contained in:
Silke Pisulla 2017-05-03 10:46:03 +02:00
commit dd257e14e8
2 changed files with 11 additions and 1 deletions
css/plugins

View file

@ -16,6 +16,16 @@
font-size: (@font-size-small - .06);
}
}
a {
&:hover,
&:focus,
&:active {
svg path {
fill: @ini_nav_menu_hover_bg;
}
}
}
}