SOLVED: Dropdown Caret Specificity

Browser: Any
OS: Windows

I created a class for my dropdowns and wanted to add a caret to them, but ran into a specification issue. Default caret styling have a 0,3,1 while styling with class only 0,2,1

firefox_HRQcxzjyQT

Hi,
Thanks so much for your report!

I reproduced the issue and added it to our bug tracker.
As a temporary workaround, add your custom caret styles in custom CSS, where you can increase the specificity:

%root%.caret > .brx-dropdown-content::before {
 ...
}

Best regards,
timmse

1 Like

We’ve fixed this issue in Bricks 2.0 RC2, now available as a manual download in your account (see changelog).

Please let us know if you are still experiencing issues.

As with any pre-stable release, please do not use it on a production website. It is intended for testing in a local or staging environment only.