Showing
1 changed file
with
0 additions
and
3 deletions
... | @@ -93,7 +93,6 @@ svg .link { | ... | @@ -93,7 +93,6 @@ svg .link { |
93 | stroke: #666; | 93 | stroke: #666; |
94 | stroke-width: 2.0px; | 94 | stroke-width: 2.0px; |
95 | opacity: .7; | 95 | opacity: .7; |
96 | - /*marker-end: url(#end);*/ | ||
97 | 96 | ||
98 | transition: opacity 250ms; | 97 | transition: opacity 250ms; |
99 | -webkit-transition: opacity 250ms; | 98 | -webkit-transition: opacity 250ms; |
... | @@ -110,7 +109,6 @@ svg g.portLayer rect.port { | ... | @@ -110,7 +109,6 @@ svg g.portLayer rect.port { |
110 | } | 109 | } |
111 | 110 | ||
112 | svg g.portLayer text { | 111 | svg g.portLayer text { |
113 | - Xstroke: #fff; | ||
114 | font: 8pt sans-serif; | 112 | font: 8pt sans-serif; |
115 | pointer-events: none; | 113 | pointer-events: none; |
116 | } | 114 | } |
... | @@ -126,7 +124,6 @@ svg .node.device rect { | ... | @@ -126,7 +124,6 @@ svg .node.device rect { |
126 | svg .node.device.fixed rect { | 124 | svg .node.device.fixed rect { |
127 | stroke-width: 1.5; | 125 | stroke-width: 1.5; |
128 | stroke: #ccc; | 126 | stroke: #ccc; |
129 | - Xstroke-dasharray: 4,2; | ||
130 | } | 127 | } |
131 | 128 | ||
132 | svg .node.device.roadm rect { | 129 | svg .node.device.roadm rect { | ... | ... |
-
Please register or login to post a comment