Skip to content

Commit

Permalink
Merge pull request #1049 from ryanzec/backspace-message-fix-css
Browse files Browse the repository at this point in the history
fixes issue with an outline apear on the auto sized input
  • Loading branch information
JedWatson authored Jun 28, 2016
2 parents c67f0b2 + f3ea717 commit 99e4bc0
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 99e4bc0

Please sign in to comment.