Browse Source

refactor(gui): highlight active option in dropdown

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

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

@ -281,3 +281,8 @@ a {
.ant-modal {
@apply !top-[50px];
}
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
@apply bg-primary bg-opacity-20;
}

Loading…
Cancel
Save