Page 1 of 1

how do I remove the caret from a drop down?

Posted: 15 May 2025, 05:46
by gracehsu
Or make it smaller? I have some places where I just need the 2 char country code, but I have to use up 3 spaces because otherwise the downwards caret is covering the country. Thanks in advance!

Re: how do I remove the caret from a drop down?

Posted: 27 May 2025, 13:37
by tim mcentee
You can apply this to all drop downs

Application - Styles

span.ui-icon.ui-icon-triangle-1-s

margin-top - 2px

Re: how do I remove the caret from a drop down?

Posted: 31 May 2025, 00:25
by gracehsu
Beautiful! Thanks Tim!!