Skip to content

Commit c7e8f30

Browse files
committed
restore white background to error symbol
1 parent 7004e83 commit c7e8f30

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/Frontend/src/assets/navbar.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,3 @@
233233
position: relative;
234234
top: 2px;
235235
}
236-
237-
span.fa-exclamation-triangle.danger {
238-
color: #ce4844;
239-
font-weight: normal !important;
240-
background: linear-gradient(white, white) center/20% 72% no-repeat;
241-
}

src/Frontend/src/components/ExclamationMark.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const props = withDefaults(
2525
2626
.danger {
2727
color: #ce4844 !important;
28-
font-weight: normal !important;
28+
background: linear-gradient(white, white) center/20% 72% no-repeat;
2929
}
3030
3131
.warning {

0 commit comments

Comments
 (0)