Browse Source

fix(nc-gui): prefilled select input css

pull/7786/head
Ramesh Mane 4 months ago
parent
commit
cd56db5f53
  1. 4
      packages/nc-gui/components/dlg/share-and-collaborate/SharePage.vue

4
packages/nc-gui/components/dlg/share-and-collaborate/SharePage.vue

@ -413,6 +413,10 @@ async function savePreFilledMode() {
.nc-pre-filled-mode-wrapper {
.nc-pre-filled-mode.ant-select {
@apply !p-0 mt-2;
&.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector{
@apply !border-brand-500 !shadow-none
}
}
}
</style>

Loading…
Cancel
Save