Side borders on topbar hover
authorLaury GvR <laury@gaslightmedia.com>
Mon, 1 Feb 2016 20:41:28 +0000 (15:41 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 1 Feb 2016 20:41:28 +0000 (15:41 -0500)
css/app.css
scss/_topbar.scss

index 05585dc..67c596c 100644 (file)
@@ -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;
index 76d80b6..e92b187 100644 (file)
@@ -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;