Skip to content

Commit

Permalink
Fix missing theming for login button
Browse files Browse the repository at this point in the history
Close #27495

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
  • Loading branch information
CarlSchwan committed Jul 13, 2021
1 parent 2a0bd66 commit 31f4364
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/theming/css/theming.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,16 @@ input.primary,
color: $color-primary-text;
}

input.primary:not(:disabled):hover,
input.primary:not(:disabled):focus,
button.primary:not(:disabled):hover,
button.primary:not(:disabled):focus,
a.primary:not(:disabled):hover,
a.primary:not(:disabled):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 31f4364

Please sign in to comment.