Skip to content

Commit 0e5cb88

Browse files
committed
feat: erase icons from flash notifications
1 parent 31f029f commit 0e5cb88

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

assets/components/core-components.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ table.table.table-zebra td {
203203
#flash-info .alert p:last-of-type,
204204
#flash-error .alert p:last-of-type {
205205
@apply text-sm text-neutrals-300;
206-
margin-left: -1.75rem; /* Negative margin to pull message left - message is nested in wrapper with icon, can't modify HTML */
207206
word-wrap: break-word;
208207
overflow-wrap: break-word;
209208
word-break: break-word;
@@ -223,3 +222,13 @@ table.table.table-zebra td {
223222
#flash-error .alert button svg {
224223
@apply w-5 h-5;
225224
}
225+
226+
#flash-info .alert span.hero-information-circle,
227+
#flash-error .alert span.hero-exclamation-circle {
228+
display: none !important;
229+
}
230+
231+
#flash-info .alert button span,
232+
#flash-error .alert button span {
233+
display: inline !important;
234+
}

0 commit comments

Comments
 (0)