Browse Source

chore(gui-v2): xml icon hover style

pull/2892/head
braks 2 years ago
parent
commit
000529df42
  1. 2
      packages/nc-gui-v2/components/smartsheet/sidebar/index.vue

2
packages/nc-gui-v2/components/smartsheet/sidebar/index.vue

@ -86,7 +86,7 @@ function onCreate(view: GridType | FormType | KanbanType | GalleryType) {
<template #title> Get API Snippet </template>
<div class="nc-sidebar-right-item group hover:after:bg-yellow-500">
<MdiXml class="group-hover:!text-white" />
<MdiXml class="group-hover:(!text-white)" />
</div>
</a-tooltip>

Loading…
Cancel
Save