Add cursor to buttons (#748)

This commit is contained in:
Sam El-Husseini 2018-04-21 11:56:23 -07:00 committed by GitHub
parent cf7767ec1c
commit a0a84b4006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
} }