Skip to content

Commit

Permalink
fix: legend dark mode hover color (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme authored Sep 15, 2020
1 parent 14866ae commit 5227b2e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/legend/_legend_item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $legendItemVerticalPadding: $echLegendRowGap / 2;
}

&:hover {
background-color: #e7f0f7;
background-color: $euiColorLightestShade;
}

&__action {
Expand Down

0 comments on commit 5227b2e

Please sign in to comment.