Skip to content

Commit

Permalink
[Index Management] Fix selected list item color in dark mode (elastic…
Browse files Browse the repository at this point in the history
  • Loading branch information
YassineHaouzane authored and delanni committed Jan 11, 2024
1 parent e3958e8 commit 519ba1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
&--selected {
&::before {
content: '';
background-color: rgba(255, 255, 255, .7);
background-color: rgba($euiColorEmptyShade, .7);
height: 100%;
left: 0;
position: absolute;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
&__header {
background-color: $euiColorLightestShade;
border-bottom: $euiBorderThin;
color: $euiColorInk;
color: $euiColorFullShade;
height: $euiSizeXXL; // [1]
line-height: $euiSizeXXL; // [1]
font-size: $euiSizeM;
Expand Down

0 comments on commit 519ba1f

Please sign in to comment.