Skip to content

Commit

Permalink
chore: don't show focus outline on calls grid (#2763)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-rasmussen authored Oct 24, 2024
1 parent 7b4922c commit 6f3094f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,9 @@ export const CallsTable: FC<{
'& .MuiDataGrid-footerContainer': {
justifyContent: 'flex-start',
},
'& .MuiDataGrid-main:focus-visible': {
outline: 'none',
},
}}
slots={{
noRowsOverlay: () => {
Expand Down

0 comments on commit 6f3094f

Please sign in to comment.