Commit 91f9338e by Brian Talbot

Merge pull request #982 from edx/talbs/fix-lms-header

LMS: FIX - Header Logo and Global Nav Styling
parents fb363fb9 edcd76c6
......@@ -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