From b3dddcaee48442e9e84d03a025328e7d01bd3a7d Mon Sep 17 00:00:00 2001 From: Stefan Dirix Date: Tue, 15 Oct 2024 14:28:14 +0200 Subject: [PATCH] [lumino] remove no longer needed underline adjustment Contributed on behalf of STMicroelectronics --- packages/preferences/src/browser/style/index.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/preferences/src/browser/style/index.css b/packages/preferences/src/browser/style/index.css index a4249ceac347b..fe2a15f92b386 100644 --- a/packages/preferences/src/browser/style/index.css +++ b/packages/preferences/src/browser/style/index.css @@ -96,10 +96,6 @@ #theia-main-content-panel .theia-settings-container .tabbar-underline { width: 100%; position: absolute; - top: calc( - var(--theia-private-horizontal-tab-height) + - var(--theia-private-horizontal-tab-scrollbar-rail-height) / 2 - 1px - ); border-top: 1px solid var(--theia-tab-unfocusedInactiveForeground); z-index: -1; }