We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199e06f commit 70bb3cdCopy full SHA for 70bb3cd
packages/style/ve-contextmenu.less
@@ -31,6 +31,7 @@
31
height: 34px;
32
justify-content: center;
33
outline: none;
34
+ color: @ve-contextmenu-node-text-color;
35
cursor: pointer;
36
37
&:not(&-disabled):hover {
@@ -39,6 +40,7 @@
39
40
}
41
42
&-active {
43
+ background: @ve-contextmenu-node-hover-background-color;
44
color: @ve-contextmenu-node-active-text-color;
45
46
0 commit comments