Skip to content

Commit 005c78c

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 74516ec commit 005c78c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

css/dataTables.jqueryui.css

Lines changed: 3 additions & 3 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;
@@ -75,7 +75,7 @@ div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
7575
:root {
7676
--dt-row-selected: 13, 110, 253;
7777
--dt-row-selected-text: 255, 255, 255;
78-
--dt-row-selected-link: 9, 10, 11;
78+
--dt-row-selected-link: 228, 228, 228;
7979
--dt-row-stripe: 0, 0, 0;
8080
--dt-row-hover: 0, 0, 0;
8181
--dt-column-ordering: 0, 0, 0;
@@ -541,7 +541,7 @@ table.dataTable > tbody > tr.selected > * {
541541
color: rgb(var(--dt-row-selected-text));
542542
}
543543
table.dataTable > tbody > tr.selected a {
544-
color: rgb(9, 10, 11);
544+
color: rgb(228, 228, 228);
545545
color: rgb(var(--dt-row-selected-link));
546546
}
547547
table.dataTable > tbody > tr > th,

0 commit comments

Comments
 (0)