We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c4f668 + 7b901c5 commit 10b2514Copy full SHA for 10b2514
2 files changed
admin/css/debug-toolbar/_theme-dark.scss
@@ -150,6 +150,10 @@
150
.timer {
151
background-color: $g-orange;
152
}
153
+
154
+ .timeline-parent-open td {
155
+ color: $t-dark;
156
+ }
157
158
159
system/Debug/Toolbar/Views/toolbar.css
@@ -532,6 +532,9 @@
532
#debug-bar .timeline .timer {
533
background-color: #DD8615;
534
535
+ #debug-bar .timeline .timeline-parent-open td {
536
+ color: #252525;
537
538
.debug-view.show-view {
539
border-color: #DD8615;
540
@@ -644,6 +647,9 @@
644
647
#toolbarContainer.dark #debug-bar .timeline .timer {
645
648
646
649
650
+#toolbarContainer.dark #debug-bar .timeline .timeline-parent-open td {
651
652
+}
653
#toolbarContainer.dark .debug-view.show-view {
654
655
0 commit comments