mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Ingest Pipelines] Fix scss deprecation issue (#190945)
This commit is contained in:
parent
1da096793d
commit
6db6a8d7a6
1 changed files with 4 additions and 3 deletions
|
@ -14,12 +14,13 @@
|
|||
height: 2px;
|
||||
|
||||
&--visible {
|
||||
&:hover {
|
||||
background-color: $euiColorPrimary;
|
||||
}
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
&--visible:hover {
|
||||
background-color: $euiColorPrimary;
|
||||
}
|
||||
|
||||
&--unavailable {
|
||||
&:hover {
|
||||
background-color: $euiColorMediumShade;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue