Merge pull request #293 from hydroflame/non-highlight-buttons

user can no longer select button text (meaning they can spam)
This commit is contained in:
danielyxie
2018-06-13 09:15:02 -05:00
committed by GitHub

View File

@ -138,6 +138,11 @@ a:link, a:visited {
padding: 5px;
margin: 5px;
border: 1px solid #333333;
-moz-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
}
.a-link-button:hover {