Skip to content

Instantly share code, notes, and snippets.

@natzar
Created December 22, 2018 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natzar/69c0c41fb7e5f3d478766ab5bff7d514 to your computer and use it in GitHub Desktop.
Save natzar/69c0c41fb7e5f3d478766ab5bff7d514 to your computer and use it in GitHub Desktop.
Fix Semantic UI Inverted Menu and Inverted Dropdowns.
.ui.menu.inverted .ui.dropdown .menu.inverted>.item{
background: #1b1c1d;
color:white;
}
.ui.menu.inverted .dropdown.item .menu {
background: #1b1c1d;
color:white;
}
.ui.menu.inverted .ui.dropdown .menu>.item:hover {
color: rgba(0,0,0,.05)!important;
cursor:pointer;
cursor:'hand';
background: rgba(0,0,0,.95)!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment