From b8c33571e799e905fba5024c6104ca369ba1726e Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 26 Jan 2025 13:37:32 +0000 Subject: [PATCH] Hide dots from screenreaders --- view/theme/frio/templates/search_item.tpl | 2 +- view/theme/frio/templates/sub/delivery_count.tpl | 2 +- view/theme/frio/templates/sub/direction.tpl | 2 +- view/theme/frio/templates/wall_thread.tpl | 16 ++++++++-------- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl index caa43f5836..dbf8bf159d 100644 --- a/view/theme/frio/templates/search_item.tpl +++ b/view/theme/frio/templates/search_item.tpl @@ -69,7 +69,7 @@ {{if $item.pinned}} - • + {{$item.pinned}} {{/if}} diff --git a/view/theme/frio/templates/sub/delivery_count.tpl b/view/theme/frio/templates/sub/delivery_count.tpl index 968211b3bf..25c87f342e 100644 --- a/view/theme/frio/templates/sub/delivery_count.tpl +++ b/view/theme/frio/templates/sub/delivery_count.tpl @@ -6,7 +6,7 @@ *}} {{if $delivery.queue_count >= -1 && $delivery.queue_count !== '' && $delivery.queue_count !== null}} - • + {{if $delivery.queue_count == 0}} {{$delivery.notifier_pending}} diff --git a/view/theme/frio/templates/sub/direction.tpl b/view/theme/frio/templates/sub/direction.tpl index b5672ff0fc..3498354151 100644 --- a/view/theme/frio/templates/sub/direction.tpl +++ b/view/theme/frio/templates/sub/direction.tpl @@ -6,7 +6,7 @@ *}} {{if $direction.direction > 0}} - • + {{if $direction.direction == 1}} {{elseif $direction.direction == 2}} diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index db17771ded..2c04ccde17 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -163,14 +163,14 @@ as the value of $top_child_total (this is done at the end of this file) {{include file="sub/direction.tpl" direction=$item.direction}} {{/if}} {{if $item.pinned}} - • + {{$item.pinned}} {{/if}} {{if $item.connector}} - • + {{else}} - • + @@ -204,10 +204,10 @@ as the value of $top_child_total (this is done at the end of this file) {{include file="sub/direction.tpl" direction=$item.direction}} {{/if}} {{if $item.connector}} - • + {{else}} - • + @@ -248,11 +248,11 @@ as the value of $top_child_total (this is done at the end of this file) {{include file="sub/direction.tpl" direction=$item.direction}} {{/if}} {{if $item.connector}} - • + {{else}} - • + {{/if}} @@ -265,7 +265,7 @@ as the value of $top_child_total (this is done at the end of this file)
{{* Insert Line to separate item header and item content visually *}} - {{if $item.thread_level==1}}
{{/if}} + {{if $item.thread_level==1}}{{/if}} {{* item content *}}