Keep clicks on pills within the app (#8917)
* Keep clicks on pills within the app * Add a regression test
This commit is contained in:
parent
84cf40e0f3
commit
d7969a6dd3
2 changed files with 77 additions and 0 deletions
|
@ -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& {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue