Skip to content

Commit

Permalink
[Ingest Pipelines] Fix scss deprecation issue (#190945)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba authored Aug 21, 2024
1 parent 1da0967 commit 6db6a8d
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
height: 2px;

&--visible {
&:hover {
background-color: $euiColorPrimary;
}
visibility: visible;
}

&--visible:hover {
background-color: $euiColorPrimary;
}

&--unavailable {
&:hover {
background-color: $euiColorMediumShade;
Expand Down

0 comments on commit 6db6a8d

Please sign in to comment.