Skip to content

Commit

Permalink
fix focus issues
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rakeshsh committed Aug 8, 2024
1 parent a8e75fa commit 7dc56cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/DetailsView/components/start-over-dropdown-styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ export const useStartOverDropdownStyles: any = makeStyles({
color: tokens.colorNeutralForeground2,
paddingLeft: '4px',

':focus': {
border: `1px solid ${tokens.colorStrokeFocus2}`,
},

':hover': {
background: 'none !important',
color: tokens.colorNeutralForeground2BrandHover,
Expand Down

0 comments on commit 7dc56cb

Please sign in to comment.