Skip to content

Commit

Permalink
Hide table lines in macOS dark mode
Browse files Browse the repository at this point in the history
Hide lines because SWT table and trees flash white when dragging columns
and/or expanding/collapsing nodes.

Issue: eclipse-platform/eclipse.platform.swt#273
  • Loading branch information
buchen committed Dec 30, 2024
1 parent ebcb850 commit 109d566
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions name.abuchen.portfolio.ui/css/dark_mac.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,14 @@
@import url("platform:/plugin/name.abuchen.portfolio.ui/css/shared/mac.css");

@import url("platform:/meta/name.abuchen.portfolio.ui/custom.css");

/*
Hide lines in macOS dark mode because SWT table and trees flash white
when dragging columns and/or expanding/collapsing nodes.
See https://github.com/eclipse-platform/eclipse.platform.swt/issues/273
*/
Table,
Tree {
swt-lines-visible: false;
}

0 comments on commit 109d566

Please sign in to comment.