From 45d83a3f5365a810d680a7ea8a9b6c0d0b7cae45 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 3 Aug 2016 09:20:40 -0400 Subject: [PATCH] hopefully topbar edit that works --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 6ea1650..1a9cfe7 100644 --- a/css/app.css +++ b/css/app.css @@ -6456,7 +6456,7 @@ header { .top-bar-section ul li.menu-icon ul.dropdown li:not(.has-form):not(.active) > a:not(.button) { background: #374343; margin-top: -7px; } - .top-bar-section ul li.menu-icon ul.dropdown li.active:not(.has-form) a:hover:not(.button) { + .top-bar-section ul li.menu-icon ul.dropdown li.active:not(.has-form) a:not(.button) { line-height: 2rem; } .top-bar-section ul li.drop-left > .dropdown { right: 0 !important; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index e28c913..4cc43df 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -61,7 +61,7 @@ } } &.active:not(.has-form) { - a:hover:not(.button) { + a:not(.button) { line-height: rem-calc(32); } } -- 2.17.1