Skip to content

Commit

Permalink
[docs] Fix Gmail demo
Browse files Browse the repository at this point in the history
  • Loading branch information
m4theushw committed Mar 17, 2020
1 parent b49804c commit ad5f55d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/components/tree-view/GmailTreeView.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const useTreeItemStyles = makeStyles(theme => ({
color: 'var(--tree-view-color)',
},
'&:focus > $content $label, &:hover > $content $label, &$selected > $content $label': {
backgroundColor: 'transparent',
backgroundColor: 'transparent !important',
},
},
content: {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/components/tree-view/GmailTreeView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const useTreeItemStyles = makeStyles((theme: Theme) =>
color: 'var(--tree-view-color)',
},
'&:focus > $content $label, &:hover > $content $label, &$selected > $content $label': {
backgroundColor: 'transparent',
backgroundColor: 'transparent !important',
},
},
content: {
Expand Down

0 comments on commit ad5f55d

Please sign in to comment.