Replace bold hover with text-shadow hover
authorLaury GvR <laury@gaslightmedia.com>
Wed, 2 Dec 2015 17:15:41 +0000 (12:15 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 2 Dec 2015 17:15:41 +0000 (12:15 -0500)
css/app.css
scss/_topbar.scss

index 5220215..248529b 100644 (file)
@@ -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 {
index 8f6c7c4..ad64d29 100644 (file)
                         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);