Move some things around

This commit is contained in:
Gregory Schier
2023-03-08 23:20:15 -08:00
parent 226781af8e
commit 17c734af11
19 changed files with 617 additions and 705 deletions

View File

@@ -144,7 +144,7 @@
/* NOTE: Extra selector required to override default styles */
.cm-tooltip.cm-tooltip {
@apply shadow-lg bg-background rounded overflow-hidden text-gray-900 border border-gray-200 z-50 pointer-events-auto;
@apply shadow-lg bg-gray-50 rounded overflow-hidden text-gray-900 border border-gray-200 z-50 pointer-events-auto;
* {
@apply transition-none;