Skip to content

Commit 0c64013

Browse files
authored
fix(safari): restored list-style type for VoiceOver screenreader (#563)
1 parent bd33059 commit 0c64013

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

source/_patterns/icons/_icons.demonstration.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.DO-NOT-COPY-THIS-CLASS-example-icon-list {
22
&,
33
ol {
4-
list-style: none;
4+
list-style-type: "";
55

66
padding-left: 0;
77
}
@@ -36,7 +36,7 @@
3636
}
3737
// … and using some other declaration for Mozilla Firefox
3838
&:first-of-type {
39-
list-style-type: none;
39+
list-style-type: "";
4040
}
4141

4242
figure {

source/_patterns/logo/_logo.demonstration.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.DO-NOT-COPY-THIS-CLASS-example-logo-list {
2-
list-style: none;
2+
list-style-type: "";
33

44
padding-left: 0;
55

source/css/pattern-scaffolding.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030

3131
.sg-colors {
32-
list-style: none !important;
32+
list-style-type: "" !important;
3333
padding: 0 !important;
3434
margin: 0 !important;
3535
display: grid;

0 commit comments

Comments
 (0)