Skip to content

Commit

Permalink
Merge pull request #27950 from CarlSchwan/work/carl/login-button-theming
Browse files Browse the repository at this point in the history
Fix missing theming for login button
  • Loading branch information
CarlSchwan authored Jul 20, 2021
2 parents 5579aaa + da68952 commit 71109b7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions apps/theming/css/theming.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,18 @@ input.primary,
color: $color-primary-text;
}

#body-login {
input.primary:enabled:hover,
input.primary:enabled:focus,
button.primary:enabled:hover,
button.primary:enabled:focus,
a.primary:enabled:hover,
a.primary:enabled:focus {
color: $color-primary-text;
background-image: linear-gradient(40deg, $color-primary 0%, lighten($color-primary, 20%) 100%);
}
}

@if ($invert) {
#body-login {
.body-login-container {
Expand Down

0 comments on commit 71109b7

Please sign in to comment.