[Frontend] CSS tweaks

#750
Moved l-plot-resource cursor: pointer
to a more specific selector;
Added user-select: none to l-header;
Fixed s-status-editing styling so
that tabular labels only appear draggable
while editing;
This commit is contained in:
Charles Hacskaylo
2016-03-16 18:19:44 -07:00
parent 9c775c6715
commit 471b57f47c
2 changed files with 18 additions and 22 deletions

View File

@@ -140,17 +140,3 @@
}
}
}
.edit-mode .s-swimlane,
.s-status-editing .s-swimlane {
cursor: pointer;
.t-object-label {
border-radius: $controlCr;
cursor: move;
padding: 2px 5px;
&:hover {
background: rgba($colorBodyFg, 0.3);
color: pullForward($colorBodyFg, 20%);
}
}
}