[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:
@@ -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%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user