Skip to content

Commit f30ded1

Browse files
authored
fix(contextmenu): change contextMenu style (#501)
1 parent 4e14690 commit f30ded1

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/contextMenu/style.scss

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
11
.dtc-contextMenu-menu {
2-
padding: 0;
3-
background: #FFF;
4-
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
5-
border-radius: 2px;
62
min-width: 90px;
73
max-width: 160px;
8-
.ant-dropdown-menu-item {
9-
color: rgba(0, 0, 0, 0.65);
10-
font-size: 12px;
11-
font-weight: normal;
12-
white-space: nowrap;
13-
text-decoration: none;
14-
line-height: inherit;
15-
&:hover {
16-
background: #EEF6FE;
17-
}
18-
}
194
}

0 commit comments

Comments
 (0)