don't show text cursor on labels

This commit is contained in:
Peli de Halleux 2016-08-31 05:31:09 -07:00
parent 15638d2767
commit d9f2c7cc42
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ namespace pxsim.visuals {
fill:#555;
pointer-events: all;
stroke-width: 0;
cursor: default;
}
.sim-bb-label-hover {
visibility: hidden;