Skip to content

Commit

Permalink
Revert "Revert "[docs] Avoid confusing nav items with disabled items (#…
Browse files Browse the repository at this point in the history
…23283)""

This reverts commit c436cd1.
  • Loading branch information
eps1lon committed Nov 9, 2020
1 parent abe5246 commit 7b9c77d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/modules/components/AppDrawerNavItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const useStyles = makeStyles((theme) => ({
width: '100%',
padding: '8px 0',
justifyContent: 'flex-start',
fontWeight: theme.typography.fontWeightMedium,
transition: theme.transitions.create(['color', 'background-color'], {
duration: theme.transitions.duration.shortest,
}),
Expand Down Expand Up @@ -55,7 +54,7 @@ const useStyles = makeStyles((theme) => ({
},
open: {},
link: {
color: theme.palette.text.secondary,
color: theme.palette.text.primary,
'&.app-drawer-active': {
color: theme.palette.primary.main,
backgroundColor: alpha(theme.palette.primary.main, theme.palette.action.selectedOpacity),
Expand Down

0 comments on commit 7b9c77d

Please sign in to comment.