Browse Source

fix: add animation for plus icon

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/5848/head
Pranav C 1 year ago
parent
commit
5e2ec489f7
  1. 2
      packages/nc-gui/components/virtual-cell/Links.vue

2
packages/nc-gui/components/virtual-cell/Links.vue

@ -106,7 +106,7 @@ const localCellValue = computed<any[]>(() => {
<GeneralIcon
v-if="!readOnly && isUIAllowed('xcDatatableEditable')"
icon="plus"
class="select-none !text-xxl nc-action-icon text-gray-500/50 hover:text-gray-500 nc-plus"
class="nc-icon-transition select-none !text-xxl nc-action-icon text-gray-500/50 hover:text-gray-500 nc-plus hover:text-shadow-md"
@click.stop="listItemsDlg = true"
/>
</div>

Loading…
Cancel
Save