From 5030969388d7b0f7e3a4f790da9e34ee1eb5335e Mon Sep 17 00:00:00 2001 From: mertmit Date: Tue, 30 Aug 2022 11:06:19 +0300 Subject: [PATCH] fix: project color badge add hover effect Signed-off-by: mertmit --- packages/nc-gui-v2/pages/index/index/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/nc-gui-v2/pages/index/index/index.vue b/packages/nc-gui-v2/pages/index/index/index.vue index ee722305ff..44bf68b602 100644 --- a/packages/nc-gui-v2/pages/index/index/index.vue +++ b/packages/nc-gui-v2/pages/index/index/index.vue @@ -306,6 +306,10 @@ watch(themePrimaryColors, async (nextColors) => { :deep(.ant-menu-submenu-title) { @apply !p-0 !mr-1 !my-0 !h-5; } + +.color-selector:hover { + filter: brightness(1.5); +}