Skip to content

Commit b8ba3ef

Browse files
Cursor is now a pointer when mouse is on sort options (#284)
Hi, this minor change helps UX. when the mouse is on the sort options, it visually hints the user what their mouse pointing at is a functional filtering option
1 parent 9b81acc commit b8ba3ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/src/SortSelector.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ function SortOption({ value, currentValue, label, onSelect }) {
55
const style = css({
66
border: 'none',
77
background: 'none',
8+
cursor: 'pointer',
89
width: '8rem',
910
fontSize: '1rem',
1011
fontWeight: currentValue === value ? 700 : 500,

0 commit comments

Comments
 (0)