[Ingest Pipelines] Fix scss deprecation issue (#190945)

This commit is contained in:
Ignacio Rivas 2024-08-21 19:34:50 +02:00 committed by GitHub
parent 1da096793d
commit 6db6a8d7a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,12 +14,13 @@
height: 2px;
&--visible {
&:hover {
background-color: $euiColorPrimary;
}
visibility: visible;
}
&--visible:hover {
background-color: $euiColorPrimary;
}
&--unavailable {
&:hover {
background-color: $euiColorMediumShade;