mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
[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:
parent
7da1a4b2a3
commit
289debf19d
@ -116,6 +116,7 @@
|
||||
ul li {
|
||||
a {
|
||||
color: $colorMenuFg;
|
||||
display: block;
|
||||
}
|
||||
.icon {
|
||||
color: $colorMenuIc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user