Browse Source

fix(nc-gui): add transition on integration card hover

pull/9351/head
Ramesh Mane 3 months ago
parent
commit
7f1c93b774
  1. 2
      packages/nc-gui/components/workspace/integrations/IntegrationsTab.vue

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

@ -408,7 +408,7 @@ const handleAddIntegration = (category: IntegrationCategoryType, integration: In
@apply flex gap-4 flex-wrap;
.source-card {
@apply flex items-center gap-4 border-1 border-gray-200 rounded-xl p-3 w-[280px] cursor-pointer;
@apply flex items-center gap-4 border-1 border-gray-200 rounded-xl p-3 w-[280px] cursor-pointer transition-all duration-300;
.integration-icon-wrapper {
@apply flex-none h-[44px] w-[44px] rounded-lg flex items-center justify-center;

Loading…
Cancel
Save