Skip to content

Commit 208884e

Browse files
committed
If LSL is not started, all the app buttons will remain disabled until LSL starts.
1 parent 8271eca commit 208884e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

static/style.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ button:disabled {
6161

6262
.app-buttons {
6363
margin-top: 20px;
64-
cursor: not-allowed;
6564
}
6665

6766
.row {
@@ -103,7 +102,6 @@ button:disabled {
103102

104103
.lsl-disabled button {
105104
cursor: not-allowed;
106-
pointer-events: none;
107105
}
108106

109107
button.running {

0 commit comments

Comments
 (0)