Skip to content

Commit

Permalink
Accessibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnXLivingston committed Aug 29, 2024
1 parent 90153c4 commit ac8be13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plugins/muc-views/templates/occupant.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ async function tplActionButtons (o) {

const items = buttons.map(b => {
return html`
<button class="dropdown-item ${b.button_class}" @click=${b.handler}>
<button class="dropdown-item ${b.button_class}" @click=${b.handler} type="button">
<converse-icon
class="${b.icon_class}"
color="var(--inverse-link-color)"
size="1em"
aria-hidden="true"
></converse-icon>&nbsp;${b.i18n_text}
</button>`
});
Expand Down

0 comments on commit ac8be13

Please sign in to comment.