mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
don't announce icon
This commit is contained in:
@@ -12,6 +12,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
|
||||
- Added `sl-radio-group` component [#218](https://github.com/shoelace-style/shoelace/issues/218)
|
||||
- Fixed a bug where `sl-menu-item` prefix and suffix slots wouldn't always receive the correct spacing
|
||||
- Improved a11y in `sl-radio` with Windows high contrast mode [#215](https://github.com/shoelace-style/shoelace/issues/215)
|
||||
- Improved a11y in `sl-select` by preventing the chevron icon from being announced
|
||||
|
||||
## 2.0.0-beta.37
|
||||
|
||||
|
||||
@@ -458,7 +458,7 @@ export default class SlSelect extends LitElement {
|
||||
`
|
||||
: ''}
|
||||
|
||||
<span part="icon" class="select__icon">
|
||||
<span part="icon" class="select__icon" aria-hidden="true">
|
||||
<sl-icon name="chevron-down"></sl-icon>
|
||||
</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user