Skip to content

Commit 141bccf

Browse files
committed
Nest c-alert--error class within c-alert__extra class.
1 parent 57e8464 commit 141bccf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/alert/alert.scss

+1-3
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,8 @@
110110
border: ms.step(-4) solid var(--theme-color-background-secondary);
111111
border-radius: size.$border-radius-full;
112112
}
113-
}
114113

115-
.c-alert--error {
116-
.c-alert__extra {
114+
.c-alert--error & {
117115
background-color: var(--theme-color-background-icon-error);
118116
color: var(--theme-color-icon-error);
119117
}

0 commit comments

Comments
 (0)