mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Use polylines to draw cable fanouts
This commit is contained in:
@@ -55,7 +55,11 @@ svg {
|
||||
line {
|
||||
stroke-width: 5px;
|
||||
}
|
||||
line.cable-shadow {
|
||||
polyline {
|
||||
fill: none;
|
||||
stroke-width: 5px;
|
||||
}
|
||||
.cable-shadow {
|
||||
stroke: var(--nbx-trace-cable-shadow);
|
||||
stroke-width: 7px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user