aboutsummaryrefslogtreecommitdiff
path: root/scss/_forms.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-06-19 00:14:36 -0700
committerMark Otto <[email protected]>2015-06-19 00:14:36 -0700
commiteaa67a82d3a5b63e959feb153a79a82c1aeefbf2 (patch)
tree6dc969e73c26667b98fc08630d671ec11563f9e2 /scss/_forms.scss
parent930ed8df32470bcf98c890bc164285d077fbd4e5 (diff)
downloadbootstrap-eaa67a82d3a5b63e959feb153a79a82c1aeefbf2.tar.xz
bootstrap-eaa67a82d3a5b63e959feb153a79a82c1aeefbf2.zip
fix scss linting
Diffstat (limited to 'scss/_forms.scss')
-rw-r--r--scss/_forms.scss2
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.