Skip to content

Commit c9d0042

Browse files
committed
Fix select search icon orientation in dropdown menu
1 parent 5893ba5 commit c9d0042

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/style/ant-overwrite/ant-form.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
transition: transform .3s, -webkit-transform .3s;
2424
}
2525

26-
.ant-select-open .ant-select-arrow .ant-select-suffix svg {
26+
.ant-select-open .ant-select-arrow .ant-select-suffix:not(.anticon-search) svg {
2727
transform: rotateZ(-180deg);
2828
}

0 commit comments

Comments
 (0)