Skip to content

Commit

Permalink
Add Active Part Indicator to Light Theme
Browse files Browse the repository at this point in the history
The dark theme already has such an indicator. It adds a blue underline
on the active tab.

This change aligns the dark/light theme and adds the blue underline
also to the light theme.

Fixes: eclipse-platform#1651
  • Loading branch information
BeckerWdf committed Feb 8, 2024
1 parent d7676d3 commit 13a18b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bundles/org.eclipse.ui.themes/css/light/e4-light_tabstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ CTabFolder.MArea {
padding: 0px;
}

CTabFolder {
swt-selected-tab-highlight: none;
}

CTabFolder.active {
swt-selected-tab-highlight: rgb(103,145,230);
swt-selected-highlight-top: false;
}

.MPartStack.active.noFocus > CTabItem:selected {
color: '#org-eclipse-ui-workbench-ACTIVE_NOFOCUS_TAB_TEXT_COLOR';
Expand Down

0 comments on commit 13a18b7

Please sign in to comment.