Make buttons unselectable (prolly)

This commit is contained in:
Tamius Han 2020-12-04 00:54:03 +01:00
parent 37eccb12f2
commit 0a5243837f

View File

@ -235,6 +235,8 @@ small {
margin-bottom: 3px;
color: $text-dim;
text-align: center;
cursor: pointer;
user-select: none;;
}
@ -256,10 +258,6 @@ small {
background-color: lighten($background-selected, 10%);
}
.button {
cursor: pointer !important;
}
.disabled {
pointer-events: none;
/* color: #666; */