Browse Source

fix: project color badge add hover effect

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/3395/head
mertmit 2 years ago
parent
commit
5030969388
  1. 4
      packages/nc-gui-v2/pages/index/index/index.vue

4
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);
}
</style>
<style>

Loading…
Cancel
Save