Skip to content

Commit

Permalink
fix(skins): ISSUE 1925 - black layout, but font logo on the top is bl…
Browse files Browse the repository at this point in the history
  • Loading branch information
hendimarcos authored and almasaeed2010 committed Jul 15, 2018
1 parent 89d24bd commit 43b9229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/less/skins/skin-black-light.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
}
}
> .logo {
.logo {
.logo-variant(#fff; #333);
border-right: 1px solid @gray-lte;
@media (max-width: @screen-header-collapse) {
Expand All @@ -62,4 +62,4 @@
}
//Create the sidebar skin
.skin-light-sidebar(#fff);
}
}
2 changes: 1 addition & 1 deletion build/less/skins/skin-black.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}
}
}
> .logo {
.logo {
.logo-variant(#fff; #333);
border-right: 1px solid #eee;
@media (max-width: @screen-header-collapse) {
Expand Down

0 comments on commit 43b9229

Please sign in to comment.