Skip to content

Commit

Permalink
hover fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Feb 29, 2024
1 parent 0ab792a commit c797ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/layouts/data-grid/data-grid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ styled.add({
color: ${vars.hoverTextColor};
}
&[data-selected-item]:not(header,footer):hover {
&[data-selected-item]:not(header,footer) {
background-color: ${vars.selectionColor};
color: ${vars.selectionTextColor};
}
Expand Down

0 comments on commit c797ad9

Please sign in to comment.