Skip to content

Commit

Permalink
V8: Correct cursor for list view search icon (#7656)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjac authored Feb 24, 2020
1 parent 92da831 commit 23f8c3e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
background-color: transparent;
border-color: @ui-action-discreet-border;
transition: background-color .1s linear, border-color .1s linear, color .1s linear, width .1s ease-in-out, padding-left .1s ease-in-out;
cursor: pointer;
}

&:focus-within, &:hover {
Expand All @@ -39,6 +40,7 @@
background-color: white;
color: @ui-action-discreet-border-hover;
border-color: @ui-action-discreet-border-hover;
cursor: unset;
}

input:focus, &:focus-within input, &.--has-value input {
Expand Down

0 comments on commit 23f8c3e

Please sign in to comment.