Skip to content

Commit

Permalink
fixes issue with an outline apear on the auto sized input inside the …
Browse files Browse the repository at this point in the history
…input like element (LESS code)
  • Loading branch information
Ryan Zec committed Jun 27, 2016
1 parent c22d44c commit f3ea717
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions less/control.less
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
&:hover {
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.Select-input:focus {
outline: none;
}
}

.is-searchable {
Expand Down

0 comments on commit f3ea717

Please sign in to comment.