From be60c92d3b1f8b3270831a84028711345e95ca00 Mon Sep 17 00:00:00 2001 From: vince-fugnitto Date: Mon, 21 Nov 2022 08:31:56 -0500 Subject: [PATCH] debug: fix expansion toggle styling 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 --- packages/debug/src/browser/style/index.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/debug/src/browser/style/index.css b/packages/debug/src/browser/style/index.css index 05fe0259f1769..020609ce3356c 100644 --- a/packages/debug/src/browser/style/index.css +++ b/packages/debug/src/browser/style/index.css @@ -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,