Skip to content

Commit ee79242

Browse files
authored
Merge pull request PrestaShop#36772 from tblivet/fix/button_style_issue
Fix button style issue inside alerts for default theme
2 parents d433da7 + 28f7e6a commit ee79242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin-dev/themes/default/scss/partials/_alerts.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.alert {
2-
a,
2+
a:not(.btn),
33
p {
44
color: var(--#{$cdk}primary-800);
55
}
66

7-
a {
7+
a:not(.btn) {
88
text-decoration: underline;
99
}
1010

0 commit comments

Comments
 (0)