mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Ignore mouse events on pseudo element. (#20668)
The pseudo-element agg-type-select-wrapper::after which represents the dropdown's arrow didn't react to the click element of the dropdown itself. pointer-events: none is now added to the pseudo-elements to let the click pass through to the element intented to react on the click.
This commit is contained in:
parent
240b94f724
commit
65081ccdce
2 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
|||
border-left: 4px solid transparent;
|
||||
right: 10px;
|
||||
top: 14px;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -63,6 +63,7 @@
|
|||
border-left: 4px solid transparent;
|
||||
right: 43px;
|
||||
top: 14px;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue