Commit edcd76c6 by Brian Talbot

LMS: resolves header logo and global nav inheriting verification reset link styling

parent 4d99ef7e
......@@ -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;
}
}
}
// ====================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment