Improvements for keyboard navigation in feeds (#35853)
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user