Skip to content

Commit

Permalink
Merge pull request #381 from bkochendorfer/FXA-8440-tab-focus-close
Browse files Browse the repository at this point in the history
fix: Make tab focus work
  • Loading branch information
dividehex authored Oct 12, 2023
2 parents b88dfe0 + d2175d8 commit bdc77d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@
class="close-brand-banner"
aria-label="Close Banner"
type=button
data-handler="mozilla-accounts-pre"
>
<img
src="{{{ cdn }}}/images/x.svg"
class="cursor-pointer"
data-handler="mozilla-accounts-pre"
alt="Close Banner"
/>
</button>
Expand Down Expand Up @@ -110,12 +110,13 @@
class="close-brand-banner"
aria-label="Close Banner"
type=button
data-handler="mozilla-accounts-post"
>
<img
src="{{{ cdn }}}/images/x.svg"
class="cursor-pointer"
data-handler="mozilla-accounts-post"
alt="Close Banner"

/>
</button>
</div>
Expand Down
1 change: 0 additions & 1 deletion src/scss/components/_branding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
float: right;
background-color: transparent;
border-style: none;
box-shadow: none;
cursor: pointer;
}
}

0 comments on commit bdc77d1

Please sign in to comment.