[Frontend] Fixed hover problem with menu items

#781
#187
Noticed a problem with <a> tags in
Create menu items and fixed with display: block;
This commit is contained in:
Charles Hacskaylo 2016-03-23 19:10:59 -07:00
parent 7da1a4b2a3
commit 289debf19d

View File

@ -116,6 +116,7 @@
ul li { ul li {
a { a {
color: $colorMenuFg; color: $colorMenuFg;
display: block;
} }
.icon { .icon {
color: $colorMenuIc; color: $colorMenuIc;