Skip to content

Commit ddcc7d8

Browse files
committed
fix: theme dark scss timeline-parent-open
1 parent 1c4a5e8 commit ddcc7d8

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

admin/css/debug-toolbar/_theme-dark.scss

Lines changed: 4 additions & 0 deletions
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: #252525;
156+
}
153157
}
154158
}
155159

system/Debug/Toolbar/Views/toolbar.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,9 @@
647647
#toolbarContainer.dark #debug-bar .timeline .timer {
648648
background-color: #DD8615;
649649
}
650+
#toolbarContainer.dark #debug-bar .timeline .timeline-parent-open td {
651+
color: #252525;
652+
}
650653
#toolbarContainer.dark .debug-view.show-view {
651654
border-color: #DD8615;
652655
}

0 commit comments

Comments
 (0)