From d487ce4eefd7f3dcd41ed814ca75d2debecdb0ca Mon Sep 17 00:00:00 2001 From: Rob Fellows Date: Wed, 1 May 2024 12:12:56 -0400 Subject: [PATCH] [NIFI-12763] - Theme mat paginator - unset the background color so it blends in with the theme. (#8722) This closes #8722 --- .../src/main/nifi/src/assets/styles/_app.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/assets/styles/_app.scss b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/assets/styles/_app.scss index c759984557..cfccb3dda1 100644 --- a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/assets/styles/_app.scss +++ b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/assets/styles/_app.scss @@ -136,6 +136,10 @@ flex-basis: 100%; flex: 1; } + + .mat-mdc-paginator { + background-color: unset !important; + } } @mixin generate-material-theme($material-theme) {