Add cursor to buttons (#748)
This commit is contained in:
parent
cf7767ec1c
commit
a0a84b4006
@ -11,6 +11,9 @@ namespace pxsim.visuals {
|
|||||||
-webkit-filter: grayscale(1);
|
-webkit-filter: grayscale(1);
|
||||||
filter: grayscale(1);
|
filter: grayscale(1);
|
||||||
}
|
}
|
||||||
|
.sim-button-group {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
.sim-button {
|
.sim-button {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user