diff --git a/static/icons/alert.svg b/static/icons/alert.svg index b2bfe5d1..18cf8030 100644 --- a/static/icons/alert.svg +++ b/static/icons/alert.svg @@ -1 +1,3 @@ - + + + diff --git a/styles/components/_progress_menu.scss b/styles/components/_progress_menu.scss index 0da6d34e..f01474ee 100644 --- a/styles/components/_progress_menu.scss +++ b/styles/components/_progress_menu.scss @@ -108,10 +108,9 @@ } &--draft:before { - background: $color-gold; border: none; font-size: $h6-font-size; - mask-image: url('#{$asset-path}/icons/alert.svg'); + content: url('#{$asset-path}/icons/alert.svg'); } &--incomplete:before {