From ba76cf4e46da67d0641c48de9a3376237ef21b00 Mon Sep 17 00:00:00 2001 From: Martin Taillefer Date: Mon, 8 Jan 2018 10:37:01 -0800 Subject: [PATCH] SCSS cleanup. (#860) - Delete some unused CSS definitions - Switch the nav bar link hover color from cyan to the site's overall $linkHoverColor. --- _sass/base/_constants.scss | 1 - _sass/modules/_header.scss | 10 +--------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/_sass/base/_constants.scss b/_sass/base/_constants.scss index 975d597c1f..0302d2f52b 100644 --- a/_sass/base/_constants.scss +++ b/_sass/base/_constants.scss @@ -32,7 +32,6 @@ $linkColor: $mainBrandColor; $linkHoverColor: lighten($linkColor, 20%); $linkDisabledColor: #CCCCCC; $textColor: #535f61; -$titleColor: #555555; $dividerBarColor: rgba(0, 0, 0, .1); // General Colors diff --git a/_sass/modules/_header.scss b/_sass/modules/_header.scss index 982620acae..eb867bf1d4 100644 --- a/_sass/modules/_header.scss +++ b/_sass/modules/_header.scss @@ -35,14 +35,6 @@ header { } } - a.nav-link { - color: $white; - - &::hover { - color: $popBrandColor; - } - } - a.active { border-bottom: solid 3px $white; border-radius: 2px; @@ -70,7 +62,7 @@ header { color: white; &:hover { - color: cyan; + color: $linkHoverColor; } &:active {