From edcd76c66671d012d004312edd1552239f71cdf5 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Fri, 13 Sep 2013 16:39:48 -0400 Subject: [PATCH] LMS: resolves header logo and global nav inheriting verification reset link styling --- lms/static/sass/_shame.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/lms/static/sass/_shame.scss b/lms/static/sass/_shame.scss index 1c9b997ebd..42f5fb1211 100644 --- a/lms/static/sass/_shame.scss +++ b/lms/static/sass/_shame.scss @@ -198,6 +198,25 @@ } } +// ==================== + +// Verification: overriding reset link style for nav/header +.verification-process { + + header.global { + + .logo a:hover, .logo:active { + border: none; + text-decoration: none; + padding-bottom: 0; + } + + .nav-global a:hover, .nav-global a:active { + border: none; + } + } +} + // ====================