Skip to content

Commit

Permalink
fix(Select) Multi Select and Multi Combobox selected item focus outli…
Browse files Browse the repository at this point in the history
…ne (#1539)
  • Loading branch information
moathabuhamad-cengage authored Nov 6, 2024
1 parent ccbe7df commit 5e39ab2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fix-select-combobox-multi-outline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-dom': patch
---

fix(Select): Fix multi Select selected item outline.
1 change: 1 addition & 0 deletions packages/react-magma-dom/src/components/Select/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export const SelectedItemButton = styled.button<{
position: relative;
white-space: nowrap;
min-width: 0%;
outline-offset: 2px;
`;

export const IconWrapper = styled.span`
Expand Down

4 comments on commit 5e39ab2

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.