Skip to content

Commit

Permalink
Revert "[docs] Avoid confusing nav items with disabled items (#23283)"
Browse files Browse the repository at this point in the history
This reverts commit b6e84b742cdb0b1489bbc3d33a2d5e8ba7d20t pc71.
  • Loading branch information
oliviertassinari committed Nov 8, 2020
1 parent 817ece4 commit c436cd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/modules/components/AppDrawerNavItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ 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 @@ -54,7 +55,7 @@ const useStyles = makeStyles((theme) => ({
},
open: {},
link: {
color: theme.palette.text.primary,
color: theme.palette.text.secondary,
'&.app-drawer-active': {
color: theme.palette.primary.main,
backgroundColor: alpha(theme.palette.primary.main, theme.palette.action.selectedOpacity),
Expand Down

0 comments on commit c436cd1

Please sign in to comment.