mirror of https://github.com/apache/nifi.git
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:
parent
cc64c7adc6
commit
2a9c4c5de9
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue