Skip to content

Commit 7771953

Browse files
authored
Fix minitable hover css (#2666)
* Fix background color on minitable during hover * handle both focus and hover states
1 parent 28ea951 commit 7771953

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/ui/styles/components/mini-table.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
& td:last-child > div > button {
3939
@apply -mx-3 -my-3 flex items-center justify-center px-3 py-3;
4040
}
41-
42-
& tr:hover td > div {
41+
& td:last-child > div:has(button:hover, button:focus) {
4342
@apply bg-accent-secondary-hover;
4443
}
4544

0 commit comments

Comments
 (0)