Skip to content

Commit

Permalink
misc(customer) show focus ring on back button
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmonjol committed Jan 17, 2024
1 parent 39a9593 commit f090522
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/CustomerDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,9 @@ const HeaderInlineBreadcrumbBlock = styled.div`
/* Prevent long name to not overflow in header */
overflow: hidden;
/* As overflow is hidden, prevent focus ring to be cropped */
padding: 4px;
margin: -4px;
`

const HeaderInlineActionsBlock = styled.div`
Expand Down

0 comments on commit f090522

Please sign in to comment.