Skip to content

Instantly share code, notes, and snippets.

@kernusr
Created January 27, 2020 10:16
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 kernusr/9f39abd4abe0d3b92c4f6187d3cc2c83 to your computer and use it in GitHub Desktop.
Save kernusr/9f39abd4abe0d3b92c4f6187d3cc2c83 to your computer and use it in GitHub Desktop.
Фиксим косяки ютима
//Переопределение цветов в dropdown-inverse
.hook-inverse() {
.uk-navbar-dropdown-nav > li.uk-active > a { color: @inverse-navbar-nav-item-active-color !important; }
.uk-navbar-dropdown-nav > li > a:hover { color: @inverse-navbar-nav-item-hover-color !important; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment