Skip to content

Commit

Permalink
fix(HeaderLogo): 🐛 add alternative text
Browse files Browse the repository at this point in the history
Signed-off-by: WaitSpring <[email protected]>
  • Loading branch information
WaitSpringQW committed Dec 24, 2023
1 parent af78794 commit 9d5f35a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/skins.citizen.styles/Header.less
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
padding: 0 var(--space-xs) 0 0;
border-right: 1px solid var(--border-color-base);
margin: 0 var(--space-xxs);

span {
text-indent: -9999px;
}
}

&__inner {
Expand Down
1 change: 1 addition & 0 deletions templates/Header__logo.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
}}{{/svg}}{{!
}}{{/icon}}"{{!
}} alt="{{msg-sitetitle}}" aria-hidden="true" height="32" width="32">
<span>{{msg-sitetitle}}</span>
</a>
</div>
{{/data-logos}}

0 comments on commit 9d5f35a

Please sign in to comment.