Skip to content

Commit

Permalink
fix: theme dark scss timeline-parent-open
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Sep 7, 2023
1 parent 1c4a5e8 commit ddcc7d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin/css/debug-toolbar/_theme-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
.timer {
background-color: $g-orange;
}

.timeline-parent-open td {
color: #252525;
}
}
}

Expand Down
3 changes: 3 additions & 0 deletions system/Debug/Toolbar/Views/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,9 @@
#toolbarContainer.dark #debug-bar .timeline .timer {
background-color: #DD8615;
}
#toolbarContainer.dark #debug-bar .timeline .timeline-parent-open td {
color: #252525;
}
#toolbarContainer.dark .debug-view.show-view {
border-color: #DD8615;
}
Expand Down

0 comments on commit ddcc7d8

Please sign in to comment.