I’ve noticed somewhat recently that now browsers display a flashing cursor indicating your selection point.
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.