NIFI-12720 BUG - Dark mode skeleton loader styles (#8465)

* NIFI-12720

Set an explicit background color for the skeleton-loader element so there is sufficient contrast to show the animation in both light and dark themes.

* NIFI-12720

Updates based on comments

* Update nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/styles.scss

Co-authored-by: Scott Aslan <scottyaslan@users.noreply.github.com>

---------

Co-authored-by: Scott Aslan <scottyaslan@users.noreply.github.com>
This commit is contained in:
James Mingardi-Elliott 2024-03-06 18:12:27 -05:00 committed by GitHub
parent cc64c7adc6
commit 2a9c4c5de9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -331,6 +331,10 @@ $appFontPath: '~roboto-fontface/fonts';
.refresh-timestamp {
color: $warn-palette-A400;
}
ngx-skeleton-loader .skeleton-loader {
background: $canvas-primary-palette-400;
}
}
@mixin nifi-styles() {