better edit view

This commit is contained in:
daniel31x13
2024-08-30 02:38:58 -04:00
parent 820d686c37
commit aee10fa406
22 changed files with 596 additions and 256 deletions
+17 -4
View File
@@ -162,6 +162,19 @@
height: fit-content;
}
.react-select__indicator-separator {
display: none;
}
.react-select__control--is-focused .react-select__dropdown-indicator,
.react-select__control .react-select__dropdown-indicator,
.react-select__control .react-select__dropdown-indicator:hover,
.react-select__control .react-select__dropdown-indicator:focus,
.react-select__control--is-focused .react-select__dropdown-indicator:hover,
.react-select__control--is-focused .react-select__dropdown-indicator:focus {
color: oklch(var(--n));
}
/* Theme */
@layer components {
@@ -169,13 +182,13 @@
@apply bg-base-200 hover:border-neutral-content;
}
.react-select-container .react-select__control--is-focused {
@apply border-primary hover:border-primary;
}
.react-select-container .react-select__menu {
@apply bg-base-100 border-neutral-content border rounded-md;
}
/*
.react-select-container .react-select__menu-list {
@apply h-20;
} */
.react-select-container .react-select__input-container,
.react-select-container .react-select__single-value {