feat: hide quick add magic help behind a tooltip #3353

Merged
konrad merged 13 commits from feature/hide-quick-add-magic-help into main 2023-06-05 15:02:43 +00:00
Showing only changes of commit a6cdf6c4bd - Show all commits

View File

@ -111,5 +111,6 @@ const prefixes = computed(() => PREFIXES[mode.value])
.show-helper-text {
right: 0;
pointer-events: auto !important;
color: inherit !important;
}
</style>