Commit 78046b5d by Stephen Sanchez

Updating the Login button to have the same hover style as Drupal

parent 9e27ff41
......@@ -597,7 +597,11 @@ header.global-new {
margin-top: -22px;
&:hover, &:focus, &:active {
border-bottom-color: $courseware-button-border-color;
border-color: $courseware-navigation-color;
}
.view-login &:hover, &:focus, &:active {
border-color: $courseware-button-border-color;
}
}
}
......@@ -611,6 +615,11 @@ header.global-new {
border-bottom-color: $courseware-border-bottom-color;
}
.view-login header.global-new .cta-login {
text-decoration: none;
color: $courseware-hover-color;
}
// marketing site design syncing
.view-register, .view-login {
......
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