From e386226a93af8f859528ab720b681960c6e24319 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 10 Dec 2015 09:06:11 -0500 Subject: [PATCH] removed bold properties --- 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 a059796..e2cfca7 100644 --- a/css/app.css +++ b/css/app.css @@ -6930,8 +6930,6 @@ header .searchform input[type="submit"]:hover { font-size: 1rem; line-height: 1.4; letter-spacing: normal; } - #properties .top-bar .top-bar-section ul#menu-properties li ul.dropdown li a:hover { - font-weight: bold; } #properties .top-bar .top-bar-section ul#menu-properties li ul.dropdown:after { position: absolute; content: url(../assets/our-properties-bottom_v3.png); diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 71a8308..b76aebd 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -520,7 +520,7 @@ line-height: 1.4; letter-spacing: normal; &:hover { - font-weight: bold; + //font-weight: bold; } } -- 2.17.1