Skip to content

Commit

Permalink
fix(safari): restored list-style type for VoiceOver screenreader (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Aug 30, 2024
1 parent bd33059 commit 0c64013
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions source/_patterns/icons/_icons.demonstration.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DO-NOT-COPY-THIS-CLASS-example-icon-list {
&,
ol {
list-style: none;
list-style-type: "";

padding-left: 0;
}
Expand Down Expand Up @@ -36,7 +36,7 @@
}
// … and using some other declaration for Mozilla Firefox
&:first-of-type {
list-style-type: none;
list-style-type: "";
}

figure {
Expand Down
2 changes: 1 addition & 1 deletion source/_patterns/logo/_logo.demonstration.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.DO-NOT-COPY-THIS-CLASS-example-logo-list {
list-style: none;
list-style-type: "";

padding-left: 0;

Expand Down
2 changes: 1 addition & 1 deletion source/css/pattern-scaffolding.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

.sg-colors {
list-style: none !important;
list-style-type: "" !important;
padding: 0 !important;
margin: 0 !important;
display: grid;
Expand Down

0 comments on commit 0c64013

Please sign in to comment.