From c19dd39fe3d7ee586cacaff4236eef608a49a977 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Tue, 27 Dec 2022 13:24:19 -0500 Subject: [PATCH] Remove counter-productive role="heading" and aria-level attributes --- view/theme/frio/css/style.css | 4 ++-- view/theme/frio/templates/search_item.tpl | 4 ++-- view/theme/frio/templates/wall_thread.tpl | 2 +- view/theme/vier/templates/wall_thread.tpl | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index e376a8dc43..3f62919e53 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1717,13 +1717,13 @@ aside .panel-body { } /* wall items action dropdown menu */ -.media [role="heading"] { +.media .contact-info { position: relative; } /* Workaround for Firefox where the post heading covers the avatar, preventing hovercard interaction, 48px is the width of the avatar image and should be adjusted accordingly if it ever changes. */ -.media .dropdown.pull-left + [role="heading"] { +.media .dropdown.pull-left + .contact-info { margin-left: 48px; } diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl index c3f2e8c858..5a283ce3f0 100644 --- a/view/theme/frio/templates/search_item.tpl +++ b/view/theme/frio/templates/search_item.tpl @@ -23,7 +23,7 @@ {{* contact info header*}} -