diff --git a/packages/nc-gui/assets/style.scss b/packages/nc-gui/assets/style.scss index d2d59b0c02..3f73e08ba7 100644 --- a/packages/nc-gui/assets/style.scss +++ b/packages/nc-gui/assets/style.scss @@ -11,6 +11,7 @@ body { } :root { + --toolbar-height: 2.25rem; --topbar-height: 3.1rem; --sidebar-bottom-height: 8.5rem; --new-header-height: 3.5rem; @@ -515,7 +516,7 @@ a { } .nc-toolbar-btn { - @apply !shadow-none rounded hover:(ring-1 ring-gray-200 ring-opacity-100 bg-gray-100 !text-gray-800) focus:(ring-1 ring-gray-300 ring-opacity-100 !text-gray-800 bg-gray-100) text-gray-600 text-xs font-medium px-2 border-0; + @apply !shadow-none rounded hover:(bg-gray-50 !text-gray-800) focus:(!text-gray-800 bg-gray-50) text-gray-600 text-xs font-medium px-2 border-0; } .nc-toolbar-btn[disabled] { @apply !text-gray-400 !cursor-not-allowed !hover:ring-0; diff --git a/packages/nc-gui/components/cmd-k/index.vue b/packages/nc-gui/components/cmd-k/index.vue index 526d404858..3f01e42dde 100644 --- a/packages/nc-gui/components/cmd-k/index.vue +++ b/packages/nc-gui/components/cmd-k/index.vue @@ -427,14 +427,14 @@ defineExpose({
diff --git a/packages/nc-gui/components/cmd-l/index.vue b/packages/nc-gui/components/cmd-l/index.vue index 5b89e29d52..51669af838 100644 --- a/packages/nc-gui/components/cmd-l/index.vue +++ b/packages/nc-gui/components/cmd-l/index.vue @@ -206,7 +206,7 @@ onMounted(() => {
- +