diff options
| author | Kevin Ingersoll <[email protected]> | 2013-05-03 15:27:10 +1200 |
|---|---|---|
| committer | Kevin Ingersoll <[email protected]> | 2013-05-03 15:33:12 +1200 |
| commit | 08fea3304ac8393ca5f549082f7e195e1762fb40 (patch) | |
| tree | 782fb177220fef7c3d1e7ab733531d90a64dfb62 /less/forms.less | |
| parent | c63b793a0d0f7cd223dc988c2429f5f6c878a8b6 (diff) | |
| download | bootstrap-08fea3304ac8393ca5f549082f7e195e1762fb40.tar.xz bootstrap-08fea3304ac8393ca5f549082f7e195e1762fb40.zip | |
Fix input border flicker in Chrome from @garoevans, closes #7689
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index 72eab570d..a00bedf1c 100644 --- a/less/forms.less +++ b/less/forms.less @@ -66,7 +66,7 @@ input[type="color"] { border: 1px solid @input-border; border-radius: @input-border-radius; .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); - .transition(~"border linear .2s, box-shadow linear .2s"); + .transition(~"border-color linear .2s, box-shadow linear .2s"); } // Reset appearance properties for textual inputs and textarea |
