From 3652a68500255b974bce0fb1008ca7da014f168b Mon Sep 17 00:00:00 2001 From: Eric Silva Date: Tue, 5 Aug 2025 04:10:00 -0500 Subject: [PATCH] Improve accessibility of page feedback links by using semantic list and ARIA label (#40255) Co-authored-by: Darren Griffin --- sass/homeassistant/_overrides.scss | 9 +++++++++ source/_includes/feedback.html | 27 +++++++++++++++++---------- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/sass/homeassistant/_overrides.scss b/sass/homeassistant/_overrides.scss index dabc80f663d..9b080ca0355 100644 --- a/sass/homeassistant/_overrides.scss +++ b/sass/homeassistant/_overrides.scss @@ -574,6 +574,15 @@ a.material-card:hover { font-weight: 400; text-transform: none; } + + .links ul { + list-style: none; + margin: 0; +} + + .links li { + display: inline; +} } .installation-survey { diff --git a/source/_includes/feedback.html b/source/_includes/feedback.html index 6014e030f85..a9eb3aee408 100644 --- a/source/_includes/feedback.html +++ b/source/_includes/feedback.html @@ -3,36 +3,43 @@

{% icon "mdi:feedback" %} Help us improve our documentation

Suggest an edit to this page, or provide/view feedback for this page. {% endunless %}