Skip to content

Commit

Permalink
Replace r4-actions icon
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Oct 28, 2023
1 parent 099549e commit 879e223
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/r4-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export default class R4Actions extends LitElement {
// return html`
// <details>
// <summary>⏷</summary>
//
// <menu>
// <li><button>One</button></li>
// <li><a href="#">One</a></li>
Expand Down
4 changes: 3 additions & 1 deletion src/components/r4-track.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ export default class R4Track extends LitElement {
return html`
<r4-actions>
<details>
<summary></summary>
<summary>
<svg aria-viewBox="0 0 16 16" width="16" height="16" fill="currentColor"><path d="M8 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM1.5 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm13 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"></path></svg>
</summary>
<menu>
<li><button type="button" role="menuitem" @click=${() => this.openDialog('share')}>Share</button></li>
${this.canEdit
Expand Down

0 comments on commit 879e223

Please sign in to comment.