Keep clicks on pills within the app (#8917)
* Keep clicks on pills within the app * Add a regression test
This commit is contained in:
@@ -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& {
|
||||
|
||||
Reference in New Issue
Block a user