From: Anthony Talarico Date: Thu, 10 Dec 2015 14:03:55 +0000 (-0500) Subject: removing bold from about dropdown X-Git-Tag: v1.0.0^2~78 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=164a3802bf9432c3577269d57be689e3f4c4587c;p=WP-Themes%2Fstaffords.git removing bold from about dropdown --- diff --git a/css/app.css b/css/app.css index 6e7cf9d..a059796 100644 --- a/css/app.css +++ b/css/app.css @@ -7014,8 +7014,6 @@ header .searchform input[type="submit"]:hover { text-transform: none; font-size: 1rem; line-height: 1; } - #about .top-bar .top-bar-section ul#menu-about-staffords li ul.dropdown li a:hover { - font-weight: bold; } #about .top-bar .top-bar-section ul#menu-about-staffords li ul.dropdown li:nth-child(3) a { border: none; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 2e0ba38..71a8308 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -638,7 +638,7 @@ font-size: rem-calc(16); line-height: 1; &:hover { - font-weight: bold; + // font-weight: bold; } } &:nth-child(3) {