We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4a5e8 commit ddcc7d8Copy full SHA for ddcc7d8
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: #252525;
156
+ }
157
158
159
system/Debug/Toolbar/Views/toolbar.css
@@ -647,6 +647,9 @@
647
#toolbarContainer.dark #debug-bar .timeline .timer {
648
background-color: #DD8615;
649
650
+#toolbarContainer.dark #debug-bar .timeline .timeline-parent-open td {
651
652
+}
653
#toolbarContainer.dark .debug-view.show-view {
654
border-color: #DD8615;
655
0 commit comments