Browse Source

Update packages/nc-gui/components/workspace/integrations/IntegrationsTab.vue

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
pull/9996/head
Pranav C 3 days ago committed by GitHub
parent
commit
52ef43f8e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/nc-gui/components/workspace/integrations/IntegrationsTab.vue

2
packages/nc-gui/components/workspace/integrations/IntegrationsTab.vue

@ -587,7 +587,7 @@ watch(activeViewTab, (value) => {
@apply text-gray-800;
}
}
z &:not(.is-available) {
&:not(.is-available) {
&:not(:hover) {
.integration-icon-wrapper {
// @apply bg-gray-50;

Loading…
Cancel
Save