Skip to content

Commit eb616d4

Browse files
authoredDec 15, 2022
fix: fix drop down menu style issue (#39434)
fix: #39322
1 parent 00abec4 commit eb616d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎components/dropdown/style/index.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
background-color: @item-hover-bg;
222222
}
223223

224-
&-disabled {
224+
&&-disabled {
225225
color: @disabled-color;
226226
cursor: not-allowed;
227227

0 commit comments

Comments
 (0)
Please sign in to comment.