[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:
@@ -116,6 +116,7 @@
|
|||||||
ul li {
|
ul li {
|
||||||
a {
|
a {
|
||||||
color: $colorMenuFg;
|
color: $colorMenuFg;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
color: $colorMenuIc;
|
color: $colorMenuIc;
|
||||||
|
|||||||
Reference in New Issue
Block a user