diff options
| author | Mark Otto <[email protected]> | 2015-06-19 00:14:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-19 00:14:36 -0700 |
| commit | eaa67a82d3a5b63e959feb153a79a82c1aeefbf2 (patch) | |
| tree | 6dc969e73c26667b98fc08630d671ec11563f9e2 /scss/_forms.scss | |
| parent | 930ed8df32470bcf98c890bc164285d077fbd4e5 (diff) | |
| download | bootstrap-eaa67a82d3a5b63e959feb153a79a82c1aeefbf2.tar.xz bootstrap-eaa67a82d3a5b63e959feb153a79a82c1aeefbf2.zip | |
fix scss linting
Diffstat (limited to 'scss/_forms.scss')
| -rw-r--r-- | scss/_forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index e3959d7d4..7cdf54125 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -35,8 +35,8 @@ // Unstyle the caret on `<select>`s in IE10+. &::-ms-expand { - border: 0; background-color: transparent; + border: 0; } // Customize the `:focus` state to imitate native WebKit styles. |
