Highlight groups

This commit is contained in:
Ian Gulliver
2019-07-10 23:46:25 +00:00
parent dda2102f99
commit c52f93d6d2
5 changed files with 31 additions and 2 deletions

View File

@@ -96,6 +96,14 @@ body {
background-color: var(--group);
}
.editor li.group.highlight {
background: repeating-linear-gradient(
-45deg,
transparent 0 10px,
rgba(255,0,0,0.3) 10px 20px
), var(--group);
}
.editor li.link {
background-color: var(--link);
}
@@ -232,6 +240,11 @@ body {
z-index: 1;
}
.gridGroup.highlight {
border-color: var(--focus);
border-width: 3px;
}
.gridGroupLabel {
width: calc(100% - 10px);
height: calc(100% - 10px);