Improve hover link indicator accessibility
It's a bit pointless, since hovering it requires a mouse... but it's better than the previous behavior
This commit is contained in:
@@ -425,10 +425,12 @@ Kirigami.ApplicationWindow {
|
||||
|
||||
z: 20
|
||||
x: 0
|
||||
Accessible.ignored: true
|
||||
y: parent.height - implicitHeight
|
||||
contentItem: QQC2.Label {
|
||||
id: linkText
|
||||
text: parent.text.startsWith("https://matrix.to/") ? "" : parent.text
|
||||
Accessible.description: i18nc("@info screenreader", "The currently selected link")
|
||||
}
|
||||
Kirigami.Theme.colorSet: Kirigami.Theme.View
|
||||
background: Rectangle {
|
||||
|
||||
Reference in New Issue
Block a user