Skip to content

Commit

Permalink
8263496: MetalHighContrastTheme.getControlHighlight cleanup
Browse files Browse the repository at this point in the history
Reviewed-by: azvegint
  • Loading branch information
prsadhuk committed Apr 1, 2021
1 parent 6cf1095 commit 0696fd0
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -51,8 +51,6 @@ class MetalHighContrastTheme extends DefaultMetalTheme {
204, 204, 204);
private static final ColorUIResource secondary3 = new ColorUIResource(
255, 255, 255);
private static final ColorUIResource controlHighlight = new
ColorUIResource(102, 102, 102);


// This does not override getSecondary1 (102,102,102)
Expand Down

1 comment on commit 0696fd0

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.