Remove redundant styles
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user