# HG changeset patch # User Mads Kiilerich # Date 2017-12-13 01:38:52 # Node ID 4d888981c3bc6fa738c118311b42cbdeb1078341 # Parent efba9f77d48f8e5837ba3392a852fe1323a670b9 less: simplify logo / brand styling :hover is not relevant, and the logo only apply to the main menu - not the context menu. diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -58,7 +58,8 @@ a.permalink { .navbar-inverse { border: none; } -nav.navbar .navbar-brand:hover, + +/* logo */ nav.navbar .navbar-brand { font-size: 20px; padding-top: 12px; @@ -67,9 +68,7 @@ nav.navbar .navbar-brand { nav.navbar { min-height: 44px; } - -/* logo */ -.navbar-brand .branding { +nav.navbar.mainmenu .navbar-brand .branding { &:before { content: ""; display: inline-block;