Aaron Stezycki
Aaron Stezycki
Is there any update to this ?
Yeah, for me styling should be set at the .css level and not assume margin is needed. Would be nice to get that removed, as well as the 'inset' property.
@bdkjones Appreciate this is being worked on. Thanks for heads up. 👍
I think a slightly better approach, would be to use an "active" class already set in the html which can then be toggled by clicking a trigger. I.e Add `.is-active`...
... but yeah, currently this can create large layoutshifts on load and needs fixing asap I think.
Hi @Twikito That would work, although I feel like having to put extra markup and options to do that might be counter intuitive? If you could query whether the trigger...
@Twikito Possibly `` or ``. Those are the only 2 elements that I can think of that need their default events handling. Yeah happy with that 👍
I think some older systems use form elements to surround their pages. I know .net apps historically surround html pages with a master form tag. This then means any buttons...
Hi @Twikito, just thought I'd ask how this issue can be pushed along? I could be using this feature in near future! :D
With both triggers, or any trigger for that matter, you could have a query function which checks whether the target has the class on it already... then if it has...