Remove redundant styles

This commit is contained in:
Ian Gulliver
2019-07-16 05:32:51 +00:00
parent 388813d094
commit a40c8ea1fc

View File

@@ -349,46 +349,6 @@ body {
z-index: 1;
}
.gridNode.highlight {
border-color: var(--focus);
border-width: 3px;
}
.gridGraphLabel {
height: 100%;
width: 100%;
font-size: 30px;
text-align: center;
}
.gridGraphLabel.highlight {
color: var(--focus);
}
.gridGroup {
width: 100%;
height: 100%;
background: var(--group-background);
justify-content: flex-start;
border: 1px dashed var(--line);
z-index: 1;
}
.gridGroup.highlight {
border-color: var(--focus);
border-width: 3px;
}
.gridGroupLabel {
max-width: 90%;
max-height: 90%;
justify-content: center;
font-size: 20px;
overflow: hidden;
overflow-wrap: anywhere;
z-index: 1;
}
.gridGroupLabel.highlight {
color: var(--focus);
}