Keep clicks on pills within the app (#8917)

* Keep clicks on pills within the app

* Add a regression test
This commit is contained in:
Travis Ralston 2022-06-28 09:06:26 +02:00 committed by GitHub
parent 84cf40e0f3
commit d7969a6dd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 77 additions and 0 deletions

View file

@ -59,6 +59,8 @@ limitations under the License.
white-space: nowrap; // enforce the pill text to be a single line
overflow: hidden;
text-overflow: ellipsis;
pointer-events: none; // ensure clicks on the pills go through the anchor
}
a& {