From 26b620eaffd8ea1194c55f6c654eb877ef8b6b2d Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Mon, 2 Sep 2024 09:29:15 +0200 Subject: [PATCH] fix(safari): restored list-style type for VoiceOver screenreader (#2734) --- showcase/angular-active-showcase/src/app/app.component.css | 2 +- showcase/angular-lts-showcase/src/app/app.component.css | 2 +- showcase/playground-showcase/src/editor/tailwind.generated.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/showcase/angular-active-showcase/src/app/app.component.css b/showcase/angular-active-showcase/src/app/app.component.css index afa2ab3dea..1d0248d4a7 100644 --- a/showcase/angular-active-showcase/src/app/app.component.css +++ b/showcase/angular-active-showcase/src/app/app.component.css @@ -14,7 +14,7 @@ main { } main form ol { - list-style-type: none; + list-style-type: ''; padding-left: 0; } diff --git a/showcase/angular-lts-showcase/src/app/app.component.css b/showcase/angular-lts-showcase/src/app/app.component.css index afa2ab3dea..1d0248d4a7 100644 --- a/showcase/angular-lts-showcase/src/app/app.component.css +++ b/showcase/angular-lts-showcase/src/app/app.component.css @@ -14,7 +14,7 @@ main { } main form ol { - list-style-type: none; + list-style-type: ''; padding-left: 0; } diff --git a/showcase/playground-showcase/src/editor/tailwind.generated.css b/showcase/playground-showcase/src/editor/tailwind.generated.css index 559899ab0b..3e5c9aa5d0 100644 --- a/showcase/playground-showcase/src/editor/tailwind.generated.css +++ b/showcase/playground-showcase/src/editor/tailwind.generated.css @@ -329,7 +329,7 @@ legend { ol, ul, menu { - list-style: none; + list-style-type: ''; margin: 0; padding: 0; }