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.
1 parent 82c4f08 commit 92bf9ebCopy full SHA for 92bf9eb
1 file changed
spring-boot-admin-server-ui/src/main/frontend/views/wallboard/hex-mesh.vue
@@ -262,9 +262,15 @@ export default {
262
263
.hex {
264
cursor: pointer;
265
+ fill: transparent;
266
fill-opacity: 0.05;
267
stroke-width: 0.5;
268
stroke-opacity: 0.8;
269
+
270
+ &:has(foreignObject) {
271
+ fill: black;
272
+ stroke: black;
273
+ }
274
}
275
276
.hex:hover path {
0 commit comments