From 8c99713236a9381dd7c4c6f12c3cd673a4933298 Mon Sep 17 00:00:00 2001 From: Henriette Darge Date: Mon, 16 Aug 2021 13:54:20 +0200 Subject: [PATCH] Change color of activity bubble to blue and make little refactoring of sass code --- .../entry/in-app-notification-entry.component.sass | 2 +- .../revision/revision-activity.component.html | 2 +- .../wp-activity/user/user-activity.component.html | 2 +- .../tabs/tab-badges/tab-count.component.sass | 14 ++++---------- .../src/global_styles/common/bubble/bubble.sass | 4 +++- .../content/work_packages/tabs/_activities.sass | 11 +++++------ .../src/global_styles/openproject/_mixins.sass | 2 ++ 7 files changed, 17 insertions(+), 20 deletions(-) diff --git a/frontend/src/app/features/in-app-notifications/entry/in-app-notification-entry.component.sass b/frontend/src/app/features/in-app-notifications/entry/in-app-notification-entry.component.sass index 5538acd73d..ea1662308d 100644 --- a/frontend/src/app/features/in-app-notifications/entry/in-app-notification-entry.component.sass +++ b/frontend/src/app/features/in-app-notifications/entry/in-app-notification-entry.component.sass @@ -74,9 +74,9 @@ $subject-font-size: 14px color: #7f7f7f &--reason-count - background: #7f7f7f color: white @include indicator-bubble + background: #7f7f7f &--title grid-area: title diff --git a/frontend/src/app/features/work-packages/components/wp-activity/revision/revision-activity.component.html b/frontend/src/app/features/work-packages/components/wp-activity/revision/revision-activity.component.html index 341cd3f54c..8078367090 100644 --- a/frontend/src/app/features/work-packages/components/wp-activity/revision/revision-activity.component.html +++ b/frontend/src/app/features/work-packages/components/wp-activity/revision/revision-activity.component.html @@ -5,7 +5,7 @@