Make buttons unselectable (prolly)
This commit is contained in:
parent
37eccb12f2
commit
0a5243837f
@ -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; */
|
||||
|
Loading…
Reference in New Issue
Block a user