libadwaita/0012-action-row-Set-accessible-role-presentation.patch
Christian Hergert d0a41fdac7
Update to 1.6.6 with manual patching
Previously we had 1.6.1 but now there is 1.6.6. However after 1.6.2
libadwaita decided in a minor release to redo their build system to no
longer pre-generate CSS but instead push that on downstreams.

Ignoring the wisdom of doing this in a minor release, just work around
it by manually backporting the changes. They don't affect any CSS which
would need to be regenerated anyway.

Resolves: RHEL-86191
2025-04-29 13:19:21 -07:00

29 lines
815 B
Diff

From 067e1a5e4e31ecb6358acbddc436e2bc40dde87e Mon Sep 17 00:00:00 2001
From: Maximiliano Sandoval <msandova@gnome.org>
Date: Tue, 24 Dec 2024 13:09:12 +0100
Subject: [PATCH 12/33] action-row: Set accessible-role=presentation
On the prefix image.
(cherry picked from commit a99fb1fb2f8c7bb15774bd8978a16ea0aaa636fd)
---
src/adw-action-row.ui | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/adw-action-row.ui b/src/adw-action-row.ui
index 71bb635b..5ef97c3c 100644
--- a/src/adw-action-row.ui
+++ b/src/adw-action-row.ui
@@ -30,6 +30,7 @@
</closure>
</binding>
<property name="valign">center</property>
+ <property name="accessible-role">presentation</property>
<style>
<class name="icon"/>
</style>
--
2.47.1