Skip to content

Commit

Permalink
duplicate button also for view mode in container
Browse files Browse the repository at this point in the history
SQUASHED: AUTO-COMMIT-KatrinsBA.pdf,AUTO-COMMIT-src-components-tools-lively-container.html,AUTO-COMMIT-src-components-widgets-lively-notification.html,AUTO-COMMIT-src-components-widgets-ubg-card.js,
  • Loading branch information
onsetsu committed Sep 25, 2024
1 parent 1d02cba commit 35ac48c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/tools/lively-container.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@

<button class="edit" id="apply" title="apply code or template">
<i class="fa fa-gears" aria-hidden="true"></i></button>
<button class="edit" id="browse" title="open new browser for url">
<button class="browse edit" id="browse" title="open new browser for url">
<i class="fa fa-external-link" aria-hidden="true"></i></button>
<button class="edit" id="cancel" title="return to view without changes">
<i class="fa fa-ban" aria-hidden="true"></i></button>
Expand Down
2 changes: 1 addition & 1 deletion src/components/widgets/ubg-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ ${SVG.elementSymbol(others[2], lively.pt(12.5, 8.5), 1.5)}`, lively.rect(0, 0, 1
},

reap: (...args) => {
return `To reap, gain vp equal to a card's base vp.`
return `To reap a card, gain () equal to its cost OR vp equal to its base vp.`
},

resonance: (...args) => {
Expand Down

0 comments on commit 35ac48c

Please sign in to comment.