Skip to content

Commit 70bb3cd

Browse files
committed
style: 右键子菜单添加 color 属性,active 子菜单添加 background 属性
1 parent 199e06f commit 70bb3cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/style/ve-contextmenu.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
height: 34px;
3232
justify-content: center;
3333
outline: none;
34+
color: @ve-contextmenu-node-text-color;
3435
cursor: pointer;
3536

3637
&:not(&-disabled):hover {
@@ -39,6 +40,7 @@
3940
}
4041

4142
&-active {
43+
background: @ve-contextmenu-node-hover-background-color;
4244
color: @ve-contextmenu-node-active-text-color;
4345
}
4446

0 commit comments

Comments
 (0)