Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Commit

Permalink
feat(dialog): Set list item cursor to pointer (#1092)
Browse files Browse the repository at this point in the history
Closes #1091
  • Loading branch information
trimox authored Jul 7, 2018
1 parent b21a8b4 commit 50a2b05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/theme/extend/mdc-drawer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@
height: 100vh;
overflow-y: auto;
}

.mdc-drawer__content {
:not(.mdc-list--non-interactive) > .mdc-list-item {
cursor: pointer;
}
}

0 comments on commit 50a2b05

Please sign in to comment.