Skip to content

Commit 92bf9eb

Browse files
committed
style(hex-mesh): update hex styles for better visibility on hover #5090
1 parent 82c4f08 commit 92bf9eb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • spring-boot-admin-server-ui/src/main/frontend/views/wallboard

spring-boot-admin-server-ui/src/main/frontend/views/wallboard/hex-mesh.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,15 @@ export default {
262262
263263
.hex {
264264
cursor: pointer;
265+
fill: transparent;
265266
fill-opacity: 0.05;
266267
stroke-width: 0.5;
267268
stroke-opacity: 0.8;
269+
270+
&:has(foreignObject) {
271+
fill: black;
272+
stroke: black;
273+
}
268274
}
269275
270276
.hex:hover path {

0 commit comments

Comments
 (0)