From: Laury GvR Date: Mon, 1 Feb 2016 20:41:28 +0000 (-0500) Subject: Side borders on topbar hover X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c74fb3447e08f21e5069b50ffe9bae6001bb75b2;p=WP-Themes%2Fglmthemes%2Fsaultstemarie-theme.git Side borders on topbar hover --- diff --git a/css/app.css b/css/app.css index 05585dc..67c596c 100644 --- a/css/app.css +++ b/css/app.css @@ -6452,7 +6452,7 @@ header { .tab-bar .tab-bar-section.middle { text-align: right; } -#menu-main-menu .top-bar-section ul li:hover:not(.has-form) > a { +.top-bar-section ul#menu-main-menu li:hover:not(.has-form) > a { border-left-width: 1px; border-right-width: 1px; border-top-width: 0; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 76d80b6..e92b187 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -13,7 +13,7 @@ text-align: right; } } -#menu-main-menu .top-bar-section ul li:hover:not(.has-form) > a { +.top-bar-section ul#menu-main-menu li:hover:not(.has-form) > a { border-left-width: 1px; border-right-width: 1px; border-top-width: 0;