Skip to content

Commit

Permalink
fix: hover emptydatatable (#28)
Browse files Browse the repository at this point in the history
* fix: no hover datatable empty

* fix: trigger pipe
  • Loading branch information
cesaroeduardo authored Nov 8, 2024
1 parent 3fc3890 commit f552d10
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 @@ -56,6 +56,10 @@
.p-datatable-wrapper {
overscroll-behavior: revert !important;
}

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

.p-overlaypanel:has(.hidden-columns-panel) {
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 @@ -58,6 +58,10 @@
.p-datatable-wrapper {
overscroll-behavior: revert !important;
}

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

.p-overlaypanel:has(.hidden-columns-panel) {
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 @@ -56,6 +56,10 @@
.p-datatable-wrapper {
overscroll-behavior: revert !important;
}

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

.p-overlaypanel:has(.hidden-columns-panel) {
Expand Down

0 comments on commit f552d10

Please sign in to comment.