aurelia / ux

A user experience framework with higher-level capabilities, designed to bring simplicity and elegance to building cross-device, rich experiences.
MIT License
368 stars 55 forks source link

fix(core): ignore pointer-events on components borders #298

Closed ben-girardet closed 4 years ago

ben-girardet commented 4 years ago

In outline mode, the "border" element takes the full height of the component. In such scenario it is positioned "above" potential leading and trailing icons and prevents these icons to receive any clicks.

By ignore pointer events on the border element we let the click go through and reach the leading and trailing icons.