Skip to content

Commit

Permalink
debug: fix expansion toggle styling
Browse files Browse the repository at this point in the history
The commit fixes the expansion toggle styling by removing the overrides
and using the base class styles which are standard for all tree-views.

Signed-off-by: vince-fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Nov 22, 2022
1 parent e950d39 commit be60c92
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/debug/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
margin-left: var(--theia-ui-padding);
}

.theia-side-panel .theia-debug-container .theia-ExpansionToggle {
padding-right: 4px;
min-width: 10px;
}

.theia-source-breakpoint,
.theia-debug-session,
.theia-debug-thread,
Expand Down

0 comments on commit be60c92

Please sign in to comment.