Skip to content

Commit 39ab153

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 18c6d59 commit 39ab153

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

css/dataTables.semanticui.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: 224, 224, 224;
33
--dt-row-selected-text: 0, 0, 0;
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;
@@ -432,7 +432,7 @@ table.dataTable.table > tbody > tr.selected > * {
432432
color: rgb(var(--dt-row-selected-text));
433433
}
434434
table.dataTable.table > tbody > tr.selected a {
435-
color: rgb(9, 10, 11);
435+
color: rgb(228, 228, 228);
436436
color: rgb(var(--dt-row-selected-link));
437437
}
438438
table.dataTable.table.striped > tbody > tr:nth-child(2n) > * {

0 commit comments

Comments
 (0)