This is an automated email from the ASF dual-hosted git repository.
ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git
The following commit(s) were added to refs/heads/master by this push:
new 5856427 [YUNIKORN-2913] Fix contrast issue in Applications view (#210)
5856427 is described below
commit 58564272728fc71b5eccaf0a3c49832bb7818d3f
Author: Denis Coric <[email protected]>
AuthorDate: Thu Oct 17 15:58:42 2024 -0500
[YUNIKORN-2913] Fix contrast issue in Applications view (#210)
Closes: #210
Signed-off-by: Craig Condit <[email protected]>
---
src/app/components/apps-view/apps-view.component.scss | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/app/components/apps-view/apps-view.component.scss
b/src/app/components/apps-view/apps-view.component.scss
index 60625e0..6482dad 100644
--- a/src/app/components/apps-view/apps-view.component.scss
+++ b/src/app/components/apps-view/apps-view.component.scss
@@ -119,6 +119,10 @@
--mdc-chip-label-text-weight: 400;
}
+ .selected-row .mat-mdc-standard-chip {
+ --mdc-chip-label-text-color: #fff;
+ }
+
.mat-mdc-header-cell {
font-size: 15px;
font-weight: bold;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]