Merge pull request #495 from basecamp/reaction-hover-fix

Bring forward on focus visible
This commit is contained in:
Andy Smith
2025-05-14 13:20:53 -05:00
committed by GitHub
+4 -4
View File
@@ -151,10 +151,10 @@
position: relative;
@media (any-hover: hover) {
&:hover {
z-index: 1;
}
/* Make sure the selection ring sits on top of adjacent buttons on hover */
&:hover,
&:focus-visible {
z-index: 1;
}
}
}