tag editor without tag buttons

This commit is contained in:
Paul Miller
2023-04-26 10:55:47 -05:00
parent 339904737b
commit 3eb2e0bdb9
2 changed files with 21 additions and 41 deletions

View File

@@ -54,13 +54,13 @@
}
.solid-select-option > mark {
@apply underline;
@apply underline bg-white/10 text-white;
}
.solid-select-option {
@apply cursor-default select-none p-1 hover:bg-neutral-800 rounded;
}
.solid-select-option[data-disabled="true"] {
@apply pointer-events-none text-neutral-500;
@apply pointer-events-none opacity-50;
}
.solid-select-list-placeholder {
@apply cursor-default select-none;