We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69c0747 + b92515d commit 11d4057Copy full SHA for 11d4057
src/components/Zigbee2mqttNetworkmap.vue
@@ -26,6 +26,8 @@
26
}
27
.link:hover, .node:hover {
28
stroke: var(--zigbee2mqtt-networkmap-hover-color, #be385d);
29
+ }
30
+ .node:hover {
31
stroke-width: 5px;
32
33
.link.selected {
@@ -37,9 +39,16 @@
37
39
.link-label, .node-label {
38
40
fill: var(--zigbee2mqtt-networkmap-label-color, #127862);
41
42
+ .node-label {
43
+ stroke: var(--ha-card-background, var(--card-background-color, #fff));
44
+ stroke-width: 0.5em;
45
+ paint-order: stroke;
46
+ stroke-opacity: 0.7;
47
+ stroke-linejoin: round;
48
49
.link-label {
- -webkit-transform: translateY(-.5em);
- transform: translateY(-.5em);
50
+ dominant-baseline: text-after-edge;
51
+ dominant-baseline: ideographic;
52
text-anchor: middle;
53
54
#m-end path {
0 commit comments