From bb56266b27a83092300c8c6bea9c09b4f0c61270 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 2 Dec 2015 12:15:41 -0500 Subject: [PATCH] Replace bold hover with text-shadow hover --- css/app.css | 3 ++- scss/_topbar.scss | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 5220215..248529b 100644 --- a/css/app.css +++ b/css/app.css @@ -6610,7 +6610,8 @@ header .searchform input[type="submit"]:hover { font-size: 1rem; line-height: 1; } .top-bar-section ul li ul.dropdown li a:hover { - font-weight: bold; } + /* font-weight: bold;*/ + text-shadow: 1px 1px 0 darkred; } .top-bar-section ul li ul.dropdown li a:active { color: #a61a1d; } .top-bar-section ul li.drop-left ul.dropdown { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 8f6c7c4..ad64d29 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -171,7 +171,8 @@ font-size: rem-calc(16); line-height: 1; &:hover { - font-weight: bold; +/* font-weight: bold;*/ + text-shadow: 1px 1px 0 darkred; } &:active { color: rgb(166, 26, 29); -- 2.17.1