Skip to content

Commit

Permalink
Update apps/theming/css/theming.scss
Browse files Browse the repository at this point in the history
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
  • Loading branch information
CarlSchwan and Pytal authored Jul 19, 2021
1 parent 9338817 commit 7449544
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/theming/css/theming.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,12 @@ input.primary,
}

#body-login {
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 {
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%);
}
Expand Down

0 comments on commit 7449544

Please sign in to comment.