mirror of https://github.com/apache/cloudstack.git
Fix select search icon orientation in dropdown menu (#13170)
This commit is contained in:
parent
3c1f03144f
commit
a47091431a
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue