Skip to content

Commit 7f20954

Browse files
mvm-sapBeckerWdf
authored andcommitted
[Light Theme]Fix for regression caused by Redefine color change
PR 2455 leads to regression in the behavior of highlight of selected tabs in inactive stack. This caused only in windows and Linux and has been fixed with this change
1 parent 3c276e8 commit 7f20954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundles/org.eclipse.ui.themes/css/e4_default_gtk.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ CTabFolder Canvas {
190190
}
191191

192192
.MPartStack{
193-
swt-selected-tab-highlight: #a0a0a0;
193+
swt-selected-tab-highlight: #8a8a8a;
194194
swt-selected-highlight-top: false;
195195
}
196196

bundles/org.eclipse.ui.themes/css/e4_default_win.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ CTabFolder Canvas {
165165
}
166166

167167
.MPartStack{
168-
swt-selected-tab-highlight: '#org-eclipse-ui-workbench-SECONDARY_BACKGROUND';
168+
swt-selected-tab-highlight: #8a8a8a;
169169
swt-selected-highlight-top: false;
170170
}
171171

0 commit comments

Comments
 (0)