[MM-55272] Accessibility: Team Icon requires tabbing twice (#26572)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
c39948b593
Коммит
ddbc84f6ce
@@ -192,9 +192,9 @@ export default function TeamButton({
|
|||||||
ref={provided.innerRef}
|
ref={provided.innerRef}
|
||||||
{...provided.draggableProps}
|
{...provided.draggableProps}
|
||||||
{...provided.dragHandleProps}
|
{...provided.dragHandleProps}
|
||||||
|
tabIndex={-1}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
|
||||||
className={classNames([`team-container ${teamClass}`, {isDragging: snapshot.isDragging}])}
|
className={classNames([`team-container ${teamClass}`, {isDragging: snapshot.isDragging}])}
|
||||||
>
|
>
|
||||||
{teamButton}
|
{teamButton}
|
||||||
@@ -205,7 +205,9 @@ export default function TeamButton({
|
|||||||
}}
|
}}
|
||||||
</Draggable>
|
</Draggable>
|
||||||
) : (
|
) : (
|
||||||
<div className={`team-container ${teamClass}`}>
|
<div
|
||||||
|
className={`team-container ${teamClass}`}
|
||||||
|
>
|
||||||
{teamButton}
|
{teamButton}
|
||||||
{orderIndicator}
|
{orderIndicator}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user