Skip to content

Commit

Permalink
fix: legend dark mode hover color (opensearch-project#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme authored Sep 15, 2020
1 parent 30684f5 commit d30c21f
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.
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 d30c21f

Please sign in to comment.