Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.09k stars 4.95k forks source link

[Dropdown] - No inverted class #6998

Closed NorteX-dev closed 4 years ago

NorteX-dev commented 4 years ago

Steps to Reproduce

  1. Add a dropdown element of Semantic UI
  2. Try to invert it / the expandable menu with the inverted class

Expected & Result The Dropdown should turn "dark-mode" (inverted) but does not. As far as I know, every element should have an inverted mode. I need it as I'm making my page all dark-mode.

Testcase The dropdown works fine, just no class, so the testcase is not required.

lubber-de commented 4 years ago

The active community fork Fomantic-UI already provides an inverted variant for dropdown since 2 years See https://fomantic-ui.com/modules/dropdown.html#inverted

NorteX-dev commented 4 years ago

Oh, ok. Didn't even know semantic UI was not maintained anymore.