When a text is clicked, most browsers display a flashing cursor indicating where the selection point is.
This can be disabled by setting user-select
to none
, however I don’t want to this. I want the text to be selectable, but I do not want a flashing cursor to display after the user clicks on a button or a piece of text.
1