diff --git a/src/frontend/src/style/applies.css b/src/frontend/src/style/applies.css index 9c9508164..d423c7ae1 100644 --- a/src/frontend/src/style/applies.css +++ b/src/frontend/src/style/applies.css @@ -1247,6 +1247,14 @@ @apply absolute right-3 w-14 -translate-y-3.5 cursor-text rounded-sm px-2 py-[1px] text-center hover:ring-[1px] hover:ring-slider-input-border; } + .cursor-pointer, + .cursor-default, + .cursor-not-allowed, + label, + button { + @apply select-none; + } + .btn-add-input-list { @apply flex h-6 w-full items-center justify-center rounded-md p-2 text-sm hover:bg-muted; }