Updating the Login button to have the same hover style as Drupal
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user