Target tooltips instead of specific buttons

This commit is contained in:
Andy Smith
2025-12-03 11:16:37 -06:00
parent 8cc698b702
commit c3172c66ee
+1 -1
View File
@@ -18,7 +18,7 @@
--input-background: var(--color-canvas);
}
&:has(.filter-toggle:hover) {
&:has([data-controller~="tooltip"]:hover) {
z-index: calc(var(--z-nav) + 1);
}
}