Skip to content

Commit 76bd52c

Browse files
authored
added styling so layer upgrade pagination buttons are visible in dark mode (#680)
1 parent 51bc526 commit 76bd52c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nav-app/src/app/layer-upgrade/layer-upgrade.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ h4 {
5454
min-height: unset;
5555
}
5656

57+
.mat-mdc-paginator .mat-mdc-paginator-icon {
58+
@include adaptive-color-dark-only('fill', on-color(dark))
59+
}
60+
5761
.mat-stepper-vertical,
5862
.mat-mdc-paginator {
5963
@include adaptive-color-dark-only('background-color', color(dark-3));

0 commit comments

Comments
 (0)