Make buttons unselectable (prolly)
This commit is contained in:
parent
37eccb12f2
commit
0a5243837f
@ -235,6 +235,8 @@ small {
|
|||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
color: $text-dim;
|
color: $text-dim;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
cursor: pointer;
|
||||||
|
user-select: none;;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -256,10 +258,6 @@ small {
|
|||||||
background-color: lighten($background-selected, 10%);
|
background-color: lighten($background-selected, 10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
|
||||||
cursor: pointer !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.disabled {
|
.disabled {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
/* color: #666; */
|
/* color: #666; */
|
||||||
|
Loading…
Reference in New Issue
Block a user