Skip to content

Commit d42d8ef

Browse files
mvm-sapBeckerWdf
authored andcommitted
Change to the behaviour of highlight for selected tabs
In Light (Preview) theme, all selected tabs in editor and views had blue highlight(underline) irrespective of whether the view stack is active or not. This behaviour has been changed via this change, by making only one tab with blue underline which is active, rest of the selected tabs in inactive stack will have grey underline. Changes have been done for Win, Mac and Linux
1 parent 8d647ea commit d42d8ef

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ CTabFolder Canvas {
186186
}
187187

188188
.MPartStack{
189-
swt-selected-tab-highlight: #2160bb;
189+
swt-selected-tab-highlight: #A0A0A0;
190190
swt-selected-highlight-top: false;
191191
}
192192

@@ -209,7 +209,7 @@ CTabFolder Canvas {
209209

210210
#org-eclipse-ui-editorss CTabFolder{
211211
swt-selected-tab-fill : '#ffffff';
212-
swt-selected-tab-highlight: '#2160bb';
212+
swt-selected-tab-highlight: '#A0A0A0';
213213
swt-selected-highlight-top: true;
214214
swt-tab-outline:#e5e5e5;
215215
swt-tab-outer-keyline: #e5e5e5;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ CTabFolder Canvas {
156156
}
157157

158158
.MPartStack{
159-
swt-selected-tab-highlight: #5983c5;
159+
swt-selected-tab-highlight: #A0A0A0;
160160
swt-selected-highlight-top: false;
161161
}
162162

@@ -179,7 +179,7 @@ CTabFolder Canvas {
179179

180180
#org-eclipse-ui-editorss CTabFolder{
181181
swt-selected-tab-fill : '#ffffff';
182-
swt-selected-tab-highlight: '#5983c5';
182+
swt-selected-tab-highlight: '#A0A0A0';
183183
swt-selected-highlight-top: true;
184184
swt-tab-outline:#eaeaea;
185185
swt-tab-outer-keyline: #eaeaea;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ CTabFolder Canvas {
160160
}
161161

162162
.MPartStack{
163-
swt-selected-tab-highlight: #2160bb;
163+
swt-selected-tab-highlight: #A0A0A0;
164164
swt-selected-highlight-top: false;
165165
}
166166

@@ -183,7 +183,7 @@ CTabFolder Canvas {
183183

184184
#org-eclipse-ui-editorss CTabFolder{
185185
swt-selected-tab-fill : '#ffffff';
186-
swt-selected-tab-highlight: '#2160bb';
186+
swt-selected-tab-highlight: '#A0A0A0';
187187
swt-selected-highlight-top: true;
188188
swt-tab-outline:#e5e5e5;
189189
swt-tab-outer-keyline: #e5e5e5;

0 commit comments

Comments
 (0)