This is an automated email from the ASF dual-hosted git repository.

DaanHoogland pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new a47091431a9 Fix select search icon orientation in dropdown menu 
(#13170)
a47091431a9 is described below

commit a47091431a9c8bfe4f66bd2ab9ee544e779ed070
Author: Daman Arora <[email protected]>
AuthorDate: Wed May 20 10:10:01 2026 -0400

    Fix select search icon orientation in dropdown menu (#13170)
---
 ui/src/style/ant-overwrite/ant-form.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/style/ant-overwrite/ant-form.less 
b/ui/src/style/ant-overwrite/ant-form.less
index 52a2086fb4f..882724b8ecc 100644
--- a/ui/src/style/ant-overwrite/ant-form.less
+++ b/ui/src/style/ant-overwrite/ant-form.less
@@ -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);
 }

Reply via email to