Skip to content

Commit

Permalink
More memory select cursor -> pointer (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-grant-work authored Oct 14, 2024
1 parent 4aa581b commit 70583f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media/memory-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
font-style: italic;
}

.more-memory-select:not(.p-disabled) {
.more-memory-select:not(.p-disabled),
.more-memory-select:not(.p-disabled) select {
cursor: pointer;
}

Expand Down

0 comments on commit 70583f2

Please sign in to comment.