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