[NIFI-12763] - Theme mat paginator - unset the background color so it blends in with the theme. (#8722)

This closes #8722
This commit is contained in:
Rob Fellows 2024-05-01 12:12:56 -04:00 committed by GitHub
parent be4c003cd7
commit d487ce4eef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -136,6 +136,10 @@
flex-basis: 100%;
flex: 1;
}
.mat-mdc-paginator {
background-color: unset !important;
}
}
@mixin generate-material-theme($material-theme) {