Skip to content

Commit 71109b7

Browse files
authored
Merge pull request #27950 from CarlSchwan/work/carl/login-button-theming
Fix missing theming for login button
2 parents 5579aaa + da68952 commit 71109b7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

apps/theming/css/theming.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,18 @@ input.primary,
168168
color: $color-primary-text;
169169
}
170170

171+
#body-login {
172+
input.primary:enabled:hover,
173+
input.primary:enabled:focus,
174+
button.primary:enabled:hover,
175+
button.primary:enabled:focus,
176+
a.primary:enabled:hover,
177+
a.primary:enabled:focus {
178+
color: $color-primary-text;
179+
background-image: linear-gradient(40deg, $color-primary 0%, lighten($color-primary, 20%) 100%);
180+
}
181+
}
182+
171183
@if ($invert) {
172184
#body-login {
173185
.body-login-container {

0 commit comments

Comments
 (0)