fomantic / Fomantic-UI

Fomantic-UI is the official community fork of Semantic-UI
https://fomantic-ui.com
MIT License
3.55k stars 331 forks source link

fix(dropdown): long/short variants were not working anymore #3036

Closed lubber-de closed 5 months ago

lubber-de commented 5 months ago

Description

2883 broke specificity when a (very) long/short variant was used for a search selection dropdown (a pure selection dropdown was not affected

Testcase

Manipulate the specificity via console or remove the search class to see the fix https://jsfiddle.net/unarist/dfcw0rbq/9/

Screenshot

longsearchselectiondropdown

Closes

3035