Skip to content

Commit 51391df

Browse files
committed
fix: cannot see "Controller" row in dark mode
1 parent 6c06f84 commit 51391df

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,6 @@
150150
.timer {
151151
background-color: $g-orange;
152152
}
153-
154-
.timeline-parent-open td {
155-
color: $t-dark;
156-
}
157153
}
158154
}
159155

system/Debug/Toolbar/Views/toolbar.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -532,9 +532,6 @@
532532
#debug-bar .timeline .timer {
533533
background-color: #DD8615;
534534
}
535-
#debug-bar .timeline .timeline-parent-open td {
536-
color: #252525;
537-
}
538535
.debug-view.show-view {
539536
border-color: #DD8615;
540537
}
@@ -647,9 +644,6 @@
647644
#toolbarContainer.dark #debug-bar .timeline .timer {
648645
background-color: #DD8615;
649646
}
650-
#toolbarContainer.dark #debug-bar .timeline .timeline-parent-open td {
651-
color: #252525;
652-
}
653647
#toolbarContainer.dark .debug-view.show-view {
654648
border-color: #DD8615;
655649
}

0 commit comments

Comments
 (0)