Simplify css code

This commit is contained in:
Tyler Long
2018-03-11 20:26:23 +08:00
parent fde6396f48
commit b093f9fd41

View File

@@ -15,14 +15,14 @@ g.classGroup line {
stroke-width: 1; stroke-width: 1;
} }
svg .classLabel .box { .classLabel .box {
stroke: none; stroke: none;
stroke-width: 0; stroke-width: 0;
fill: $nodeBkg; fill: $nodeBkg;
opacity: 0.5; opacity: 0.5;
} }
svg .classLabel .label { .classLabel .label {
fill: $nodeBorder; fill: $nodeBorder;
font-size: 10px; font-size: 10px;
} }