Skip to content

Commit b63a2ad

Browse files
author
dtbuild
committed
d0950f51c456bea14be3e2bdb7501f40adf08935 Fix: Improve default link colour for selected rows
https://datatables.net/forums/discussion/81169 Sync to source repo @d0950f51c456bea14be3e2bdb7501f40adf08935
1 parent 4d648e8 commit b63a2ad

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

css/dataTables.bootstrap5.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:root {
22
--dt-row-selected: 13, 110, 253;
33
--dt-row-selected-text: 255, 255, 255;
4-
--dt-row-selected-link: 9, 10, 11;
4+
--dt-row-selected-link: 228, 228, 228;
55
--dt-row-stripe: 0, 0, 0;
66
--dt-row-hover: 0, 0, 0;
77
--dt-column-ordering: 0, 0, 0;
@@ -440,7 +440,7 @@ table.table.dataTable > tbody > tr.selected > * {
440440
color: rgb(var(--dt-row-selected-text));
441441
}
442442
table.table.dataTable > tbody > tr.selected a {
443-
color: rgb(9, 10, 11);
443+
color: rgb(228, 228, 228);
444444
color: rgb(var(--dt-row-selected-link));
445445
}
446446
table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {

0 commit comments

Comments
 (0)