From 164a3802bf9432c3577269d57be689e3f4c4587c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 10 Dec 2015 09:03:55 -0500 Subject: [PATCH] removing bold from about dropdown --- css/app.css | 2 -- scss/_topbar.scss | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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) { -- 2.17.1