mirror of https://github.com/apache/nifi.git
[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:
parent
be4c003cd7
commit
d487ce4eef
|
@ -136,6 +136,10 @@
|
|||
flex-basis: 100%;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.mat-mdc-paginator {
|
||||
background-color: unset !important;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin generate-material-theme($material-theme) {
|
||||
|
|
Loading…
Reference in New Issue