Do not allow user selection on buttons
Buttons in WME (UR, PUR, etc.) should not allow the user to select the text. There is no functional use for editors to be able to select this text and attempting to click can result in the text being selected instead of registering a click on the button
CSS:
user-select: none;
75
votes
Justin
shared this idea