btea

Results 424 comments of btea

Thanks for your contribution, but it looks like a duplicate of #20781.

It does seem very easy to introduce tailwind configuration now, perhaps relevant options can be added. cc @cexbrayat @haoqunjiang

The documentation says `silent - no output is logged to the console, not even fatal errors`. The `silent` flag should work fine for now. We may add a new flag...

> The DOM structure has changed. Is this a breaking change 🤔? I think so.

https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Attributes/aria-hidden#:~:text=should%20not%20be%20added%20when As I understand it, when the tooltip is closed, we either destroy the tag structure directly or hide the content through `display:none`. It seems unnecessary to add aria-hidden. 🤔

Perhaps we can use `opts.argv.original` to further make judgment restrictions?