Improvements for keyboard navigation in feeds (#35853)

This commit is contained in:
diondiondion 2025-08-22 11:57:39 +02:00 committed by GitHub
commit 118c30fbc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 196 additions and 331 deletions

View file

@ -435,6 +435,10 @@
.inline-follow-suggestions {
background-color: color.change($ui-highlight-color, $alpha: 0.1);
border-bottom-color: color.change($ui-highlight-color, $alpha: 0.3);
&.focusable:focus-visible {
background: color.change($ui-highlight-color, $alpha: 0.1);
}
}
.inline-follow-suggestions__body__scrollable__card {

View file

@ -10376,6 +10376,10 @@ noscript {
border-bottom: 1px solid var(--background-border-color);
background: color.change($ui-highlight-color, $alpha: 0.05);
&.focusable:focus-visible {
background: color.change($ui-highlight-color, $alpha: 0.05);
}
&__header {
display: flex;
align-items: center;