Fix select search icon orientation in dropdown menu (#13170)

This commit is contained in:
Daman Arora 2026-05-20 10:10:01 -04:00 committed by GitHub
parent 3c1f03144f
commit a47091431a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@
transition: transform .3s, -webkit-transform .3s;
}
.ant-select-open .ant-select-arrow .ant-select-suffix svg {
.ant-select-open .ant-select-arrow .ant-select-suffix:not(.anticon-search) svg {
transform: rotateZ(-180deg);
}