Skip to content

Commit

Permalink
Merge pull request #1047 from ryanzec/backspace-message-fix-css
Browse files Browse the repository at this point in the history
fixes issue with an outline appearing on the auto sized input
  • Loading branch information
JedWatson authored Jun 27, 2016
2 parents 758be7e + c22d44c commit c67f0b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,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 c67f0b2

Please sign in to comment.