mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 06:49:47 +02:00
Simplify css code
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user