Skip to content

Commit

Permalink
Fix minitable hover css (#2666)
Browse files Browse the repository at this point in the history
* Fix background color on minitable during hover

* handle both focus and hover states
  • Loading branch information
charliepark authored Jan 28, 2025
1 parent 28ea951 commit 7771953
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/ui/styles/components/mini-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
& td:last-child > div > button {
@apply -mx-3 -my-3 flex items-center justify-center px-3 py-3;
}

& tr:hover td > div {
& td:last-child > div:has(button:hover, button:focus) {
@apply bg-accent-secondary-hover;
}

Expand Down

0 comments on commit 7771953

Please sign in to comment.