From b99134beb53b84cda06599863e830ad0be130b30 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 22 Aug 2024 12:29:33 -0600 Subject: [PATCH] Use new CSS file for work items system notes Changelog: changed --- .../components/notes/system_note.vue | 29 ++++---- .../page_bundles/_system_note_styles.scss | 66 ------------------- .../stylesheets/page_bundles/issuable.scss | 1 - .../stylesheets/page_bundles/work_items.scss | 1 - 4 files changed, 15 insertions(+), 82 deletions(-) delete mode 100644 app/assets/stylesheets/page_bundles/_system_note_styles.scss diff --git a/app/assets/javascripts/work_items/components/notes/system_note.vue b/app/assets/javascripts/work_items/components/notes/system_note.vue index d4376ceb54f33c..96406bea3b5f3f 100644 --- a/app/assets/javascripts/work_items/components/notes/system_note.vue +++ b/app/assets/javascripts/work_items/components/notes/system_note.vue @@ -28,7 +28,7 @@ import TimelineEntryItem from '~/vue_shared/components/notes/timeline_entry_item const ALLOWED_ICONS = ['issue-close']; const ICON_COLORS = { - 'issue-close': '!gl-bg-blue-100 gl-text-blue-700', + 'issue-close': '!gl-bg-blue-100 gl-text-blue-700 icon-info', }; export default { @@ -115,23 +115,27 @@ export default {