mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
Enable pointer events on badges
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
border-radius: var(--sl-border-radius-small);
|
||||
white-space: nowrap;
|
||||
padding: 3px 6px;
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
cursor: inherit;
|
||||
}
|
||||
|
||||
@@ -393,4 +393,5 @@
|
||||
top: 0;
|
||||
right: 0;
|
||||
transform: translateY(-50%) translateX(50%);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user