style(fe): enforce ultra-high contrast dark text (#0f172a) and soft tint blue background (#eff6ff) for active grid row selections
This commit is contained in:
@@ -244,10 +244,20 @@
|
|||||||
.ag-row-even {
|
.ag-row-even {
|
||||||
background-color: #ffffff !important;
|
background-color: #ffffff !important;
|
||||||
}
|
}
|
||||||
.ag-row-selected {
|
.ag-row-selected,
|
||||||
background-color: #dbeafe !important;
|
.ag-row-selected .ag-cell,
|
||||||
color: #1e3a8a !important;
|
.ag-row-selected .ag-cell-value {
|
||||||
font-weight: 600 !important;
|
background-color: #eff6ff !important; /* Soft Soft Tint Blue #eff6ff */
|
||||||
|
color: #0f172a !important; /* Ultra-High Contrast Dark Text #0f172a */
|
||||||
|
font-weight: 700 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-theme='dark'] .ag-row-selected,
|
||||||
|
[data-theme='dark'] .ag-row-selected .ag-cell,
|
||||||
|
[data-theme='dark'] .ag-row-selected .ag-cell-value {
|
||||||
|
background-color: #1e3a8a !important;
|
||||||
|
color: #ffffff !important;
|
||||||
|
font-weight: 700 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Raw Table Standard Grid Class for legacy fallback tables */
|
/* Raw Table Standard Grid Class for legacy fallback tables */
|
||||||
|
|||||||
Reference in New Issue
Block a user