Skip to content

Commit 3e729da

Browse files
committed
Set cursor style to pointer for the link in dropdown menu items
1 parent 15dbc5a commit 3e729da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ input[type="button"] {
702702
text-decoration: none;
703703
overflow: hidden;
704704
text-overflow: ellipsis;
705+
cursor: pointer;
705706

706707
&:hover, &:focus, &.focus {
707708
color: #222;

0 commit comments

Comments
 (0)