Skip to content

Commit

Permalink
background not required for focus (#7001)
Browse files Browse the repository at this point in the history
  • Loading branch information
sajal50 authored and oliviertassinari committed May 30, 2017
1 parent b99fcab commit 08075b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Table/TableRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const styleSheet = createStyleSheet('MuiTableRow', theme => ({
height: 48,
'&:focus': {
outline: 'none',
background: theme.palette.background.contentFrame,
},
},
head: {
Expand Down

0 comments on commit 08075b1

Please sign in to comment.