Skip to content

Commit

Permalink
Fix LCC converter station CSS after powsybl migration. LCC_CONVERTER_…
Browse files Browse the repository at this point in the history
…STATION were introduced in powsybl-diagram by powsybl/powsybl-diagram#537
  • Loading branch information
antoinebhs committed Nov 7, 2023
1 parent 2c11bd7 commit d69995a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ code {
font-size: 7.43px;
fill: none;
}
.sld-lcc {
stroke: var(--sld-vl-color, blue);
font-size: 7.43px;
fill: none;
}
.sld-node-infos {
stroke: none;
fill: var(--sld-vl-color, black);
Expand Down

0 comments on commit d69995a

Please sign in to comment.