diff --git a/packages/nc-gui/assets/style.scss b/packages/nc-gui/assets/style.scss index f4f2e72778..c4c43b762b 100644 --- a/packages/nc-gui/assets/style.scss +++ b/packages/nc-gui/assets/style.scss @@ -545,6 +545,13 @@ a { @apply bg-gray-300 bg-opacity-20; } +.ant-select-item-option:hover{ + @apply !bg-gray-100; +} + +.ant-select-item-option-selected{ + @apply !bg-white; +} /* Hide the element with id nc-selected-item-icon */ .ant-select-selection-item #nc-selected-item-icon { @apply hidden; diff --git a/packages/nc-gui/components/dashboard/TreeView/CreateViewBtn.vue b/packages/nc-gui/components/dashboard/TreeView/CreateViewBtn.vue index 1e8906ff66..07a019cb95 100644 --- a/packages/nc-gui/components/dashboard/TreeView/CreateViewBtn.vue +++ b/packages/nc-gui/components/dashboard/TreeView/CreateViewBtn.vue @@ -1,4 +1,4 @@ - diff --git a/packages/nc-gui/components/dlg/ViewCreate.vue b/packages/nc-gui/components/dlg/ViewCreate.vue index 524c1d66f0..59bd00a8b1 100644 --- a/packages/nc-gui/components/dlg/ViewCreate.vue +++ b/packages/nc-gui/components/dlg/ViewCreate.vue @@ -1,9 +1,9 @@ -