changeset 7069:4d888981c3bc

less: simplify logo / brand styling :hover is not relevant, and the logo only apply to the main menu - not the context menu.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 13 Dec 2017 01:38:52 +0100
parents efba9f77d48f
children 0ad309300bd8
files kallithea/public/less/style.less
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/less/style.less	Wed Dec 13 01:38:44 2017 +0100
+++ b/kallithea/public/less/style.less	Wed Dec 13 01:38:52 2017 +0100
@@ -58,7 +58,8 @@
 .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 {
   min-height: 44px;
 }
-
-/* logo */
-.navbar-brand .branding {
+nav.navbar.mainmenu .navbar-brand .branding {
   &:before {
     content: "";
     display: inline-block;