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

View File

@ -11,6 +11,9 @@ namespace pxsim.visuals {
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.sim-button-group {
cursor: pointer;
}
.sim-button {
pointer-events: none;
}