mirror of
https://github.com/nasa/openmct.git
synced 2025-02-23 02:22:45 +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 {
|
ul li {
|
||||||
a {
|
a {
|
||||||
color: $colorMenuFg;
|
color: $colorMenuFg;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
color: $colorMenuIc;
|
color: $colorMenuIc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user