[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:
Walter Rafelsberger 2018-07-12 09:58:32 +02:00 committed by GitHub
parent 240b94f724
commit 65081ccdce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -57,6 +57,7 @@
border-left: 4px solid transparent;
right: 10px;
top: 14px;
pointer-events: none;
}
}
}

View file

@ -63,6 +63,7 @@
border-left: 4px solid transparent;
right: 43px;
top: 14px;
pointer-events: none;
}
}