Skip to content

Commit

Permalink
[Light Theme]Breadcrumb issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mvm-sap authored and vogella committed Jan 8, 2025
1 parent e3382fc commit b2b8542
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions bundles/org.eclipse.ui.themes/css/e4_default_gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,10 @@ CTabFolder Canvas {
swt-selected-highlight-top: true;
}

#org-eclipse-e4-ui-compatibility-editor Composite{
background-color: #ffffff;
#org-eclipse-e4-ui-compatibility-editor Composite,
#org-eclipse-e4-ui-compatibility-editor Composite>*
{
background-color:#ffffff;
}

Composite.MPartSashContainer{
Expand Down
6 changes: 4 additions & 2 deletions bundles/org.eclipse.ui.themes/css/e4_default_mac.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,10 @@ CTabFolder Canvas {
swt-selected-highlight-top: true;
}

#org-eclipse-e4-ui-compatibility-editor Composite{
background-color: #ffffff;
#org-eclipse-e4-ui-compatibility-editor Composite,
#org-eclipse-e4-ui-compatibility-editor Composite>*
{
background-color:#ffffff;
}

Composite.MPartSashContainer{
Expand Down
6 changes: 4 additions & 2 deletions bundles/org.eclipse.ui.themes/css/e4_default_win.css
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,10 @@ CTabFolder Canvas {
swt-selected-highlight-top: true;
}

#org-eclipse-e4-ui-compatibility-editor Composite{
background-color: #ffffff;
#org-eclipse-e4-ui-compatibility-editor Composite,
#org-eclipse-e4-ui-compatibility-editor Composite>*
{
background-color:#ffffff;
}

Composite.MPartSashContainer{
Expand Down

0 comments on commit b2b8542

Please sign in to comment.