Skip to content

Commit

Permalink
chore: no hover datatable empty (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesaroeduardo authored Nov 7, 2024
1 parent 72cc028 commit 3fc3890
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/azion-dark/extended-components/_datatable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
border-top-left-radius: $borderRadius;
}

.p-datatable-tbody > .p-datatable-emptymessage:hover {
background: unset !important;
}

.p-datatable-tbody > tr > td {
box-sizing: inherit !important;
font-size: 0.875rem;
Expand Down
4 changes: 4 additions & 0 deletions src/azion-light/extended-components/_datatable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
border-top-left-radius: $borderRadius;
}

.p-datatable-tbody > .p-datatable-emptymessage:hover {
background: unset !important;
}

.p-datatable-tbody > tr > td {
box-sizing: inherit !important;
font-size: 0.875rem;
Expand Down
4 changes: 4 additions & 0 deletions src/azion/extended-components/_datatable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
border-top-left-radius: $borderRadius;
}

.p-datatable-tbody > .p-datatable-emptymessage:hover {
background: unset !important;
}

.p-datatable-tbody > tr > td {
box-sizing: inherit !important;
font-size: 0.875rem;
Expand Down

0 comments on commit 3fc3890

Please sign in to comment.