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 2a9c4c5de9 NIFI-12720 BUG - Dark mode skeleton loader styles (#8465)
2a9c4c5de9 is described below
commit 2a9c4c5de977c60c3988c5b1714e63164e2bd0ff
Author: James Mingardi-Elliott <[email protected]>
AuthorDate: Wed Mar 6 18:12:27 2024 -0500
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 <[email protected]>
---------
Co-authored-by: Scott Aslan <[email protected]>
---
.../nifi-web/nifi-web-frontend/src/main/nifi/src/styles.scss | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/styles.scss
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/styles.scss
index 2032f471c3..bd9dce7568 100644
---
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/styles.scss
+++
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/styles.scss
@@ -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() {