From: Laury GvR Date: Mon, 1 Feb 2016 20:39:02 +0000 (-0500) Subject: Side borders on topbar hover X-Git-Tag: v1.0.0^2~13 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3617b5b1e8a2f044e38a75034144357f075dcaea;p=WP-Themes%2Fsaultstemarie.git Side borders on topbar hover --- diff --git a/css/app.css b/css/app.css index 5e810f1..05585dc 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 5c8b7ba..76d80b6 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -13,6 +13,14 @@ 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;