I tried to do this with a custom css :focus state on an input border. However the css is applied to an inner element while the original css is applied to an outer ww-object. This makes the 2 styles clash rather than be over written.
If you won’t be launching this soon what is the best alternative option?
I would love ths to be available on the checkbox element. i want my users to be able to tab thru a checklist, which they can do but how do i make it so there’s a shadow when a checkbox in a collectino list is focused?
for the checkbox, currently i add a class to the targeted type, then append CSS on page load for it’s :focus-within and add the box shadow