Skip to content

Commit eafc9f3

Browse files
committed
Override
1 parent 1bed831 commit eafc9f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/OnboardingSPA/components/Button/NextButtonSiteGen/stylesheet.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
&:hover {
1919
transform: scale(1.03);
20-
color: var(--nfd-onboarding-tertiary);
20+
color: var(--nfd-onboarding-tertiary) !important;
2121
}
2222

2323
@media (min-width: 2600px ) {

src/OnboardingSPA/steps/SiteGen/SiteDetails/stylesheet.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
&:hover {
3838
transform: scale(1.03);
39+
color: var(--nfd-onboarding-tertiary) !important;
3940
box-shadow: 5px 5px rgba($color: var(--nfd-onboarding-secondary), $alpha: 0.1);
4041
}
4142
}

0 commit comments

Comments
 (0)