Browse Source

refactor: remove outline of search input in single select

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/4572/head
Pranav C 2 years ago
parent
commit
2fed5d9b16
  1. 5
      packages/nc-gui/assets/style.scss

5
packages/nc-gui/assets/style.scss

@ -287,7 +287,10 @@ a {
@apply !top-[50px];
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
@apply bg-primary bg-opacity-20;
}
.ant-select-selection-search-input:focus {
@apply !ring-0;
}

Loading…
Cancel
Save