Simplify css code

This commit is contained in:
Tyler Long 2018-03-11 20:26:23 +08:00
parent fde6396f48
commit b093f9fd41
1 changed files with 2 additions and 2 deletions

View File

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