pleroma-fe/src/components/retweet_button
Tusooa Zhu 97951fccfd Use :focus-visible instead of :focus for focus markers
In this way, after the user clicked with a pointer and moved that
pointer away, the focus marker will no longer show a focused style.

As Safari remains the only major browser engine that does not support
:focus-visible, a fallback to :focus is used if there is no browser
support for :focus-visible.

https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible
2022-08-22 20:28:52 +00:00
..
retweet_button.js Add badges to status interacting buttons 2022-08-22 20:28:52 +00:00
retweet_button.vue Use :focus-visible instead of :focus for focus markers 2022-08-22 20:28:52 +00:00