add 'field-area-active-label' theme class

This commit is contained in:
Alex Turchyn
2025-05-27 21:10:58 +03:00
parent 5e44ba49b8
commit 9fcd8955d3
+1 -1
View File
@@ -23,7 +23,7 @@
</div> </div>
<div <div
v-if="isActive && withLabel && (!area.option_uuid || !option.value)" v-if="isActive && withLabel && (!area.option_uuid || !option.value)"
class="absolute -top-7 rounded bg-base-content text-base-100 px-2 text-sm whitespace-nowrap pointer-events-none" class="absolute -top-7 rounded bg-base-content text-base-100 px-2 text-sm whitespace-nowrap pointer-events-none field-area-active-label"
> >
<template v-if="area.option_uuid && !option.value"> <template v-if="area.option_uuid && !option.value">
{{ optionValue(option) }} {{ optionValue(option) }}