Skip to content

Commit

Permalink
invert button states for elements (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
wibjorn authored Oct 3, 2024
1 parent 21bb418 commit e5fc6dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/witty-gifts-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@microsoft/atlas-site': patch
---

Invert button states for hero and footer toggles.
4 changes: 2 additions & 2 deletions site/src/components/layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ This page is utilizing the holy grail layout, but you can use the buttons below
<button class="button" data-toggle-layout-height-constraint aria-pressed="false">Constrain layout height</button>
</div>
<div class="buttons buttons-addons display-flex">
<button class="button" data-toggle-hero-visibility aria-pressed="false">Toggle hero</button>
<button class="button" data-toggle-footer-visibility aria-pressed="false">Toggle footer</button>
<button class="button button-filled" data-toggle-hero-visibility aria-pressed="true">Toggle hero</button>
<button class="button button-filled" data-toggle-footer-visibility aria-pressed="true">Toggle footer</button>
<button class="button" data-toggle-flyout-visibility aria-pressed="false">Toggle flyout</button>
</div>

Expand Down

0 comments on commit e5fc6dd

Please sign in to comment.