From 88f3b4de48f2144c8c7f5edb171404798f25583e Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:27:23 +0530 Subject: [PATCH] chore(v4): Update colors (#10700) --- .../assets/scss/widgets/_buttons.scss | 4 +- .../components-next/Label/AddLabel.vue | 2 +- .../dashboard/components/CustomAttribute.vue | 2 +- .../dashboard/components/ui/Label.vue | 8 ++-- .../widgets/conversation/ConversationCard.vue | 2 +- .../widgets/conversation/PriorityMark.vue | 9 ++-- .../conversation/contextMenu/Index.vue | 2 +- .../conversation/contextMenu/menuItem.vue | 19 ++++---- .../contextMenu/menuItemWithSubmenu.vue | 6 +-- .../conversationBulkActions/AgentSelector.vue | 10 ++--- .../conversationBulkActions/Index.vue | 44 ++++++++++--------- .../conversationBulkActions/LabelActions.vue | 14 +++--- .../conversationBulkActions/TeamActions.vue | 10 ++--- .../conversationBulkActions/UpdateActions.vue | 5 ++- .../conversationCardComponents/CardLabels.vue | 2 +- .../conversation/labels/LabelBox.vue | 2 +- 16 files changed, 75 insertions(+), 66 deletions(-) diff --git a/app/javascript/dashboard/assets/scss/widgets/_buttons.scss b/app/javascript/dashboard/assets/scss/widgets/_buttons.scss index 729e10368..1213e7c26 100644 --- a/app/javascript/dashboard/assets/scss/widgets/_buttons.scss +++ b/app/javascript/dashboard/assets/scss/widgets/_buttons.scss @@ -42,7 +42,9 @@ button { } } - &:hover:not(.secondary):not(.success):not(.alert):not(.warning):not(.clear) { + &:hover:not(.secondary):not(.success):not(.alert):not(.warning):not( + .clear + ):not(.smooth):not(.hollow) { @apply bg-n-brand/80 dark:bg-n-brand/80; } diff --git a/app/javascript/dashboard/components-next/Label/AddLabel.vue b/app/javascript/dashboard/components-next/Label/AddLabel.vue index c9571e771..568ed6879 100644 --- a/app/javascript/dashboard/components-next/Label/AddLabel.vue +++ b/app/javascript/dashboard/components-next/Label/AddLabel.vue @@ -21,7 +21,7 @@ const showDropdown = ref(false);