Skip to content

Commit

Permalink
fix(safari): restored list-style type for VoiceOver screenreader (#2734)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Sep 2, 2024
1 parent 754839e commit 26b620e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion showcase/angular-active-showcase/src/app/app.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ main {
}

main form ol {
list-style-type: none;
list-style-type: '';
padding-left: 0;
}

Expand Down
2 changes: 1 addition & 1 deletion showcase/angular-lts-showcase/src/app/app.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ main {
}

main form ol {
list-style-type: none;
list-style-type: '';
padding-left: 0;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ legend {
ol,
ul,
menu {
list-style: none;
list-style-type: '';
margin: 0;
padding: 0;
}
Expand Down

0 comments on commit 26b620e

Please sign in to comment.