Skip to content

Commit

Permalink
hover fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Feb 1, 2024
1 parent 992404c commit 720bf62
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/styles/layouts/data-grid/data-grid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ styled.add({
margin: ${vars.spacing};
}
&:not(header,footer):hover {
background-color: ${vars.hoverColor};
color: ${vars.hoverTextColor};
&:not(header,footer) {
&:hover {
background-color: ${vars.hoverColor};
color: ${vars.hoverTextColor};
}
& > * {
max-width: 200px;
overflow: hidden;
Expand Down

0 comments on commit 720bf62

Please sign in to comment.