From: Ian Weller Date: Wed, 13 Jan 2016 14:08:46 +0000 (-0500) Subject: more media query work for about dropdown X-Git-Tag: v1.0.0^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=221c32626651402e5118c0ad502826a07a7bc19e;p=WP-Themes%2Fstaffords.git more media query work for about dropdown --- diff --git a/css/app.css b/css/app.css index 368483c..d1e93c9 100644 --- a/css/app.css +++ b/css/app.css @@ -7018,7 +7018,7 @@ header .searchform input[type="submit"]:hover { border: none; } } @media screen and (max-width: 1024px) { #about .top-bar .top-bar-section ul#menu-about-staffords li ul.dropdown li:first-child h5 a { - border: none; } } + border: 0 solid #6c4f53; } } .top-bar-section ul li .dropdown li.active:not(.has-form) a:not(.button) { color: #a61a1d !important; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index f484f70..2e0f3b2 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -652,7 +652,7 @@ &:first-child { h5 { a { - border: none; + border: 0 solid $purple; } } }