Skip to content

Commit

Permalink
fix: [DebugBar] timeline annoying line on Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Oct 20, 2023
1 parent cf43310 commit da92452
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/toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@
margin-left: 0;
width: 100%;

::before {
display: none;
}

th {
border-left: 1px solid;
font-size: $base-size - 4;
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 @@ -219,6 +219,9 @@
margin-left: 0;
width: 100%;
}
#debug-bar .timeline ::before {
display: none;
}
#debug-bar .timeline th {
border-left: 1px solid;
font-size: 12px;
Expand Down

0 comments on commit da92452

Please sign in to comment.