Individual highlighting for link and group labels

This commit is contained in:
Ian Gulliver
2019-07-14 03:19:15 +00:00
parent f3823812c7
commit 3bdb240987
11 changed files with 95 additions and 52 deletions

View File

@@ -279,7 +279,6 @@ body {
justify-content: flex-start;
border: 1px dashed var(--line);
z-index: 1;
pointer-events: none;
}
.gridGroup.highlight {
@@ -288,8 +287,8 @@ body {
}
.gridGroupLabel {
width: calc(100% - 10px);
height: calc(100% - 10px);
max-width: 90%;
max-height: 90%;
justify-content: center;
font-size: 20px;
overflow: hidden;
@@ -297,6 +296,10 @@ body {
z-index: 1;
}
.gridGroupLabel.highlight {
color: var(--focus);
}
.gridLines {
width: 100%;
height: 100%;
@@ -319,6 +322,10 @@ body {
padding: 3px;
}
.gridLinkLabel.highlight {
color: var(--focus);
}
.gridArrow {
width: 100%;
height: 100%;