Skip to content

Commit 10b2514

Browse files
authored
Merge pull request #7907 from ddevsr/patch-1
fix: [DebugBar] dark mode `timeline-color-open` color text on `Debug`
2 parents 6c4f668 + 7b901c5 commit 10b2514

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Diff for: admin/css/debug-toolbar/_theme-dark.scss

+4
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@
150150
.timer {
151151
background-color: $g-orange;
152152
}
153+
154+
.timeline-parent-open td {
155+
color: $t-dark;
156+
}
153157
}
154158
}
155159

Diff for: system/Debug/Toolbar/Views/toolbar.css

+6
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,9 @@
532532
#debug-bar .timeline .timer {
533533
background-color: #DD8615;
534534
}
535+
#debug-bar .timeline .timeline-parent-open td {
536+
color: #252525;
537+
}
535538
.debug-view.show-view {
536539
border-color: #DD8615;
537540
}
@@ -644,6 +647,9 @@
644647
#toolbarContainer.dark #debug-bar .timeline .timer {
645648
background-color: #DD8615;
646649
}
650+
#toolbarContainer.dark #debug-bar .timeline .timeline-parent-open td {
651+
color: #252525;
652+
}
647653
#toolbarContainer.dark .debug-view.show-view {
648654
border-color: #DD8615;
649655
}

0 commit comments

Comments
 (0)