diff --git a/src/open_inwoner/scss/views/_view.scss b/src/open_inwoner/scss/views/_view.scss index 15464085f8..74dde61766 100644 --- a/src/open_inwoner/scss/views/_view.scss +++ b/src/open_inwoner/scss/views/_view.scss @@ -36,4 +36,13 @@ display: inline; } } + + // Remove Safar phone-parsing from specific elements + .phone-parsing { + pointer-events: none; + } + .phone-parsing > a { + text-decoration: none; + color: inherit; + } } diff --git a/src/open_inwoner/templates/pages/cases/list_inner.html b/src/open_inwoner/templates/pages/cases/list_inner.html index e754ea37ce..20f62a799d 100644 --- a/src/open_inwoner/templates/pages/cases/list_inner.html +++ b/src/open_inwoner/templates/pages/cases/list_inner.html @@ -51,7 +51,7 @@

{{ case.naam }}

{% else %} -
+

{{ case.description }}

{# Meaningful sequence for accessibility: any text belonging to a heading must be below the heading #} @@ -66,7 +66,7 @@

{{ case.description }}

{% else %} {% list_item "No status" caption=_("Status") compact=True strong=False %} {% endif %} - {% list_item case.identification caption=_("Zaaknummer") compact=True strong=False %} + ‍{% list_item case.identification caption=_("Zaaknummer") compact=True strong=False %} {% endrender_list %}