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

index 5e810f1..05585dc 100644 (file)
@@ -6452,6 +6452,14 @@ header {
 .tab-bar .tab-bar-section.middle {
   text-align: right; }
 
+#menu-main-menu .top-bar-section ul li:hover:not(.has-form) > a {
+  border-left-width: 1px;
+  border-right-width: 1px;
+  border-top-width: 0;
+  border-bottom-width: 0;
+  border-color: #3a8bb6;
+  border-style: solid; }
+
 .top-bar-section {
   background: transparent;
   float: none;
index 5c8b7ba..76d80b6 100644 (file)
         text-align: right;
     }
 }
+#menu-main-menu .top-bar-section ul li:hover:not(.has-form) > a {
+    border-left-width: 1px;
+    border-right-width: 1px;
+    border-top-width: 0;
+    border-bottom-width: 0;
+    border-color: $l-blue;
+    border-style: solid;
+}
 .top-bar-section {
     background: transparent;
     float: none;