From: Anthony Talarico Date: Thu, 10 Dec 2015 14:06:11 +0000 (-0500) Subject: removed bold properties X-Git-Tag: v1.0.0^2~77 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=e386226a93af8f859528ab720b681960c6e24319;p=WP-Themes%2Fstaffords.git removed bold properties --- 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; } }