Skip to content

Commit

Permalink
Merge pull request #8776 from pdeffendol/fix-input-spinners
Browse files Browse the repository at this point in the history
Fix bad nesting that breaks input-number-spinners styles
  • Loading branch information
rafibomb committed Jul 12, 2016
2 parents 900a911 + 51f3383 commit 7cadd82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/forms/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ $input-radius: $global-radius !default;
@if not $input-number-spinners {
-moz-appearance: textfield;

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
&::-webkit-inner-spin-button,
&::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
Expand Down

0 comments on commit 7cadd82

Please sign in to comment.