App: button text should not be user-selectable

This commit is contained in:
rektdeckard
2020-08-03 18:21:51 -04:00
parent 1a86365db1
commit 528a4fcf8d

View File

@@ -46,6 +46,7 @@ button {
font-size: 20px;
line-height: 30px;
cursor: pointer;
user-select: none;
}
button.main-button {