From a47091431a9c8bfe4f66bd2ab9ee544e779ed070 Mon Sep 17 00:00:00 2001 From: Daman Arora <61474540+Damans227@users.noreply.github.com> Date: Wed, 20 May 2026 10:10:01 -0400 Subject: [PATCH] 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); }