Skip to content

Commit

Permalink
MDL-65105 theme_classic: use $dark variable for navbar-dark
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Brands committed Jun 24, 2019
1 parent f1a8db6 commit 987c70f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions theme/classic/scss/classic/navbar-dark.scss
@@ -1,6 +1,8 @@
$nabvar-bg-color: $dark !default;

.navbar-bootswatch {
@extend .navbar-dark;
background-color: $primary;
background-color: $nabvar-bg-color;

.usermenu {
color: $navbar-dark-color;
Expand All @@ -10,7 +12,7 @@
}
a.dropdown-toggle,
a .usertext {
color: $navbar-dark-color;
color: $navbar-dark-active-color;
@include hover-focus {
color: $navbar-dark-hover-color;
}
Expand Down

0 comments on commit 987c70f

Please sign in to comment.