Skip to content

Commit

Permalink
update placement of tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeterson committed Nov 8, 2024
1 parent d3460b3 commit 91e72a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
<calcite-panel id="panel-sidebar" heading="Building Permit Intake">
<calcite-action-bar slot="action-bar" expand-disabled layout="horizontal">
<calcite-action id="filter-review" text="Needs Review" icon="services"></calcite-action>
<calcite-tooltip placement="bottom" reference-element="filter-review">Needs Review</calcite-tooltip>
<calcite-tooltip placement="right" reference-element="filter-review">Needs Review</calcite-tooltip>

<calcite-action id="update-attributes" text="Save" icon="save" disabled></calcite-action>
<calcite-tooltip placement="bottom" reference-element="update-attributes">Save updates</calcite-tooltip>
<calcite-tooltip placement="right" reference-element="update-attributes">Save updates</calcite-tooltip>
</calcite-action-bar>

<!-- Editor Component -->
Expand Down

0 comments on commit 91e72a3

Please sign in to comment.