From a59c8adbbf2196773fcd2329355ef68655975f64 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Thu, 14 Sep 2023 10:50:14 +0200 Subject: [PATCH] Adjust color for edit action to $teal --- app/webpacker/css/admin_v3/globals/variables.scss | 4 ++-- app/webpacker/css/admin_v3/plugins/powertip.scss | 10 +++++----- app/webpacker/css/admin_v3/shared/tables.scss | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/webpacker/css/admin_v3/globals/variables.scss b/app/webpacker/css/admin_v3/globals/variables.scss index 957b2e51c0..d584e67db9 100644 --- a/app/webpacker/css/admin_v3/globals/variables.scss +++ b/app/webpacker/css/admin_v3/globals/variables.scss @@ -49,8 +49,8 @@ $color-btn-red-bg: $red !default; $color-btn-red-hover-bg: $roof-terracotta !default; // Actions colors -$color-action-edit-bg: very-light($color-success, 5 ) !default; -$color-action-edit-brd: very-light($color-success, 20 ) !default; +$color-action-edit-bg: very-light($teal) !default; +$color-action-edit-brd: #81B4BC !default; $color-action-clone-bg: very-light($color-notice, 5 ) !default; $color-action-clone-brd: very-light($color-notice, 15 ) !default; $color-action-remove-bg: very-light($color-error, 5 ) !default; diff --git a/app/webpacker/css/admin_v3/plugins/powertip.scss b/app/webpacker/css/admin_v3/plugins/powertip.scss index 4afc7dfddb..9aeda09656 100644 --- a/app/webpacker/css/admin_v3/plugins/powertip.scss +++ b/app/webpacker/css/admin_v3/plugins/powertip.scss @@ -70,25 +70,25 @@ &.capture, &.save, &.add { - background-color: $color-success; + background-color: $teal; &.n:before, &.ne:before, &.nw:before { - border-top-color: $color-success; + border-top-color: $teal; } &.e:before, &.nw:before, &.sw:before { - border-right-color: $color-success; + border-right-color: $teal; } &.s:before, &.se:before, &.sw:before { - border-bottom-color: $color-success; + border-bottom-color: $teal; } &.w:before { - border-left-color: $color-success; + border-left-color: $teal; } } &.remove, diff --git a/app/webpacker/css/admin_v3/shared/tables.scss b/app/webpacker/css/admin_v3/shared/tables.scss index c4478e30b7..44ec51060c 100644 --- a/app/webpacker/css/admin_v3/shared/tables.scss +++ b/app/webpacker/css/admin_v3/shared/tables.scss @@ -99,7 +99,7 @@ table { .icon-capture:hover, .icon-ok:hover, .icon-plus:hover { - background-color: $color-success; + background-color: $teal; color: $white; } .icon-copy:hover {