This is an automated email from the ASF dual-hosted git repository.
scottyaslan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new d487ce4eef [NIFI-12763] - Theme mat paginator - unset the background
color so it blends in with the theme. (#8722)
d487ce4eef is described below
commit d487ce4eefd7f3dcd41ed814ca75d2debecdb0ca
Author: Rob Fellows <[email protected]>
AuthorDate: Wed May 1 12:12:56 2024 -0400
[NIFI-12763] - Theme mat paginator - unset the background color so it
blends in with the theme. (#8722)
This closes #8722
---
.../nifi-web-frontend/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) {