Reproduction URL (Required)
https://play.tailwindcss.com/fzFDbAw5LR
What version of daisyUI are you using?
v5.0.12
Which browsers are you seeing the problem on?
Safari
Describe your issue
I am using a long form separated with tabs, and noticed when using a checkbox inside a tab, the label gets a border (box-shadow) once selected (from .tabs-box :is(.tab-active,[aria-selected=true]):not(.tab-disabled,[disabled]), .tabs-box :is(input:checked), .tabs-box :is(label:has(:checked)))
Reproduction URL (Required)
https://play.tailwindcss.com/fzFDbAw5LR
What version of daisyUI are you using?
v5.0.12
Which browsers are you seeing the problem on?
Safari
Describe your issue
I am using a long form separated with tabs, and noticed when using a checkbox inside a tab, the label gets a border (box-shadow) once selected (from
.tabs-box :is(.tab-active,[aria-selected=true]):not(.tab-disabled,[disabled]), .tabs-box :is(input:checked), .tabs-box :is(label:has(:checked)))