Skip to content

Commit

Permalink
fix(select): cursor on select options should be pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliott Marquez authored and copybara-github committed Oct 10, 2023
1 parent 8bbb4b4 commit 6a08da3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions select/internal/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
display: flex;
}

md-menu ::slotted(:not[disabled]) {
cursor: pointer;
}

.field,
.select {
width: 100%;
Expand Down

0 comments on commit 6a08da3

Please sign in to comment.