Browse Source

Merge pull request #4572 from nocodb/refctor/remove-input-outline

Remove outline of search input in single select
pull/4577/head
Raju Udava 2 years ago committed by GitHub
parent
commit
bfdc681936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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