This is an automated email from the ASF dual-hosted git repository.
rfellows 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 3a2aecb377 [NIFI-14342] listing table style updates to allow theme
overrides (#9787)
3a2aecb377 is described below
commit 3a2aecb377192317e4ca7014db40ae4d94f3d3bc
Author: Scott Aslan <[email protected]>
AuthorDate: Mon Mar 31 14:50:36 2025 -0400
[NIFI-14342] listing table style updates to allow theme overrides (#9787)
This closes #9787
---
.../frontend/libs/shared/src/assets/styles/_listing-table.scss | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/nifi-frontend/src/main/frontend/libs/shared/src/assets/styles/_listing-table.scss
b/nifi-frontend/src/main/frontend/libs/shared/src/assets/styles/_listing-table.scss
index 8268f6037e..f89bcb3848 100644
---
a/nifi-frontend/src/main/frontend/libs/shared/src/assets/styles/_listing-table.scss
+++
b/nifi-frontend/src/main/frontend/libs/shared/src/assets/styles/_listing-table.scss
@@ -74,9 +74,9 @@
table {
background-color: inherit;
- th {
+ th.mat-mdc-header-cell {
@extend .secondary-contrast;
- background-color: var(--mat-sys-secondary) !important;
+ background-color: var(--mat-sys-secondary);
user-select: none;
.mat-sort-header-arrow {
@@ -98,11 +98,11 @@
var(--mat-sys-on-surface)
calc(var(--mat-sys-hover-state-layer-opacity) * 100%),
transparent
)
- ) !important;
+ );
}
.selected {
- background-color: var(--mat-sys-tertiary-container) !important;
+ background-color: var(--mat-sys-tertiary-container);
}
}
}