|
48 | 48 |
|
49 | 49 | /* --- Node and annotation-node for Metanode --- */
|
50 | 50 |
|
51 |
| -::content .meta > .nodeshape > rect.nodecolortarget, |
52 |
| -::content .meta > .annotation-node > rect.nodecolortarget { |
53 |
| - fill: hsl(0, 0%, 70%); |
54 |
| -} |
55 |
| - |
56 |
| -::content .meta > .nodeshape > rect.function-indicator-layer, |
57 |
| -::content .meta > .annotation-node > rect.function-indicator-layer { |
58 |
| - fill: url(#stripe-pattern); |
59 |
| - fill-opacity: 0.07; |
60 |
| -} |
61 |
| - |
62 |
| -::content .node.meta > .nodeshape > rect.event-handling-layer, |
63 |
| -::content .node.meta > .annotation-node > rect.event-handling-layer { |
| 51 | +::content .meta > .nodeshape > rect, |
| 52 | +::content .meta > .annotation-node > rect { |
64 | 53 | cursor: pointer;
|
65 |
| - fill-opacity: 0; |
| 54 | + fill: hsl(0, 0%, 70%); |
66 | 55 | }
|
67 |
| - |
68 |
| -::content .node.meta.highlighted > .nodeshape > rect.event-handling-layer, |
69 |
| -::content .node.meta.highlighted > .annotation-node > rect.event-handling-layer { |
| 56 | +::content .node.meta.highlighted > .nodeshape > rect, |
| 57 | +::content .node.meta.highlighted > .annotation-node > rect { |
70 | 58 | stroke-width: 2;
|
71 | 59 | }
|
72 |
| - |
73 |
| -::content .annotation.meta.highlighted > .nodeshape > rect.event-handling-layer, |
74 |
| -::content .annotation.meta.highlighted > .annotation-node > rect.event-handling-layer { |
| 60 | +::content .annotation.meta.highlighted > .nodeshape > rect, |
| 61 | +::content .annotation.meta.highlighted > .annotation-node > rect { |
75 | 62 | stroke-width: 1;
|
76 | 63 | }
|
77 |
| - |
78 |
| -::content .meta.selected > .nodeshape > rect.event-handling-layer, |
79 |
| -::content .meta.selected > .annotation-node > rect.event-handling-layer { |
| 64 | +::content .meta.selected > .nodeshape > rect, |
| 65 | +::content .meta.selected > .annotation-node > rect { |
80 | 66 | stroke: red;
|
81 | 67 | stroke-width: 2;
|
82 | 68 | }
|
83 |
| - |
84 |
| -::content .node.meta.selected.expanded > .nodeshape > rect.event-handling-layer, |
85 |
| -::content .node.meta.selected.expanded > .annotation-node > rect.event-handling-layer { |
| 69 | +::content .node.meta.selected.expanded > .nodeshape > rect, |
| 70 | +::content .node.meta.selected.expanded > .annotation-node > rect { |
86 | 71 | stroke: red;
|
87 | 72 | stroke-width: 3;
|
88 | 73 | }
|
89 |
| - |
90 |
| -::content .annotation.meta.selected > .nodeshape > rect.event-handling-layer, |
91 |
| -::content .annotation.meta.selected > .annotation-node > rect.event-handling-layer { |
| 74 | +::content .annotation.meta.selected > .nodeshape > rect, |
| 75 | +::content .annotation.meta.selected > .annotation-node > rect { |
92 | 76 | stroke: red;
|
93 | 77 | stroke-width: 2;
|
94 | 78 | }
|
95 |
| - |
96 |
| -::content .node.meta.selected.expanded.highlighted > .nodeshape > rect.event-handling-layer, |
97 |
| -::content .node.meta.selected.expanded.highlighted > .annotation-node > rect.event-handling-layer { |
| 79 | +::content .node.meta.selected.expanded.highlighted > .nodeshape > rect, |
| 80 | +::content .node.meta.selected.expanded.highlighted > .annotation-node > rect { |
98 | 81 | stroke: red;
|
99 | 82 | stroke-width: 4;
|
100 | 83 | }
|
|
111 | 94 | stroke: #e0d4b3 !important;
|
112 | 95 | }
|
113 | 96 |
|
114 |
| - |
115 | 97 | ::content .faded path {
|
116 | 98 | stroke-width: 1px !important;
|
117 | 99 | }
|
|
641 | 623 | <feMergeNode in="SourceGraphic"/>
|
642 | 624 | </feMerge>
|
643 | 625 | </filter>
|
644 |
| - |
645 |
| - <!-- A striped background pattern. --> |
646 |
| - <pattern id="stripe-pattern" |
647 |
| - width="6" |
648 |
| - height="6" |
649 |
| - patternTransform="rotate(45)" |
650 |
| - patternUnits="userSpaceOnUse"> |
651 |
| - <rect width="3" height="6" fill="#000"></rect> |
652 |
| - </pattern> |
653 | 626 | </defs>
|
654 | 627 | <!-- Make a large rectangle that fills the svg space so that
|
655 | 628 | zoom events get captured on safari -->
|
|
0 commit comments