Skip to content

Commit 26b620e

Browse files
authored
fix(safari): restored list-style type for VoiceOver screenreader (#2734)
1 parent 754839e commit 26b620e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

showcase/angular-active-showcase/src/app/app.component.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ main {
1414
}
1515

1616
main form ol {
17-
list-style-type: none;
17+
list-style-type: '';
1818
padding-left: 0;
1919
}
2020

showcase/angular-lts-showcase/src/app/app.component.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ main {
1414
}
1515

1616
main form ol {
17-
list-style-type: none;
17+
list-style-type: '';
1818
padding-left: 0;
1919
}
2020

showcase/playground-showcase/src/editor/tailwind.generated.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ legend {
329329
ol,
330330
ul,
331331
menu {
332-
list-style: none;
332+
list-style-type: '';
333333
margin: 0;
334334
padding: 0;
335335
}

0 commit comments

Comments
 (0)