Skip to content

Commit

Permalink
Merge pull request #594 from localgovdrupal/427/fix/stop-jaws-reading…
Browse files Browse the repository at this point in the history
…-decorative-text

adds empty alt text for start icon button
  • Loading branch information
markconroy authored Sep 3, 2024
2 parents 5149888 + 160e4f3 commit e6c8082
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/base/ckeditor5.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
position: relative;
top: 7px;
margin-left: 0.5rem;
content: "\203A";
content: "\203A" / "";
font-size: 2.875rem;
}

Expand Down
2 changes: 1 addition & 1 deletion css/components/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
.lgd-header__toggle-icon::after {
display: inline-block;
margin-left: var(--spacing-smaller);
content: "\203A";
content: "\203A" / "";
transition: var(--transition-time);
transform: rotate(90deg);
font-size: var(--font-size-larger);
Expand Down
2 changes: 1 addition & 1 deletion css/components/wysiwyg-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
position: relative;
top: var(--btn-start-icon-top);
margin-left: 0.5rem;
content: var(--btn-start-icon);
content: var(--btn-start-icon) / "";
font-size: var(--btn-start-icon-size);
line-height: 0;
}
Expand Down

0 comments on commit e6c8082

Please sign in to comment.