Update dependency eslint-plugin-lit-a11y to v4 (#17143)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
Co-authored-by: Paul Bottein <paul.bottein@gmail.com>
This commit is contained in:
renovate[bot]
2023-09-25 14:11:42 +02:00
committed by GitHub
parent 799a0933ba
commit 48e5cc6b63
4 changed files with 8 additions and 10 deletions

View File

@@ -237,8 +237,6 @@ export class HaTargetPicker extends LitElement {
: html`<span role="gridcell">
<ha-icon-button
class="expand-btn mdc-chip__icon mdc-chip__icon--trailing"
tabindex="-1"
role="button"
.label=${this.hass.localize(
"ui.components.target-picker.expand"
)}
@@ -257,8 +255,6 @@ export class HaTargetPicker extends LitElement {
<span role="gridcell">
<ha-icon-button
class="mdc-chip__icon mdc-chip__icon--trailing"
tabindex="-1"
role="button"
.label=${this.hass.localize("ui.components.target-picker.remove")}
.path=${mdiClose}
hideTooltip