Skip to content

Commit

Permalink
[components] Make arrow ignore pointer-event and clicks the select (#656
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Kristoffer J. Sivertsen committed Mar 13, 2018
1 parent 91e9b78 commit e178271
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
color: var(--text-color);
cursor: default;
z-index: 1;
pointer-events: none;

@nest & > *:not(:first-child) {
margin-left: 0.5em;
Expand Down

0 comments on commit e178271

Please sign in to comment.