diff options
| author | Kyle <[email protected]> | 2014-07-09 19:21:45 -0400 |
|---|---|---|
| committer | Kyle <[email protected]> | 2014-07-09 19:21:45 -0400 |
| commit | c298fb1a8839b722596253c30049bc971d47b87f (patch) | |
| tree | c2782610080be54c4747de3e07842a1205150a4b /less/forms.less | |
| parent | 643effe382bb12b4ff1460e9e1987948b1763990 (diff) | |
| download | bootstrap-c298fb1a8839b722596253c30049bc971d47b87f.tar.xz bootstrap-c298fb1a8839b722596253c30049bc971d47b87f.zip | |
Add Pointer Events
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index baeea7ca6..98a40cb99 100644 --- a/less/forms.less +++ b/less/forms.less @@ -341,6 +341,7 @@ input[type="checkbox"] { height: @input-height-base; line-height: @input-height-base; text-align: center; + pointer-events: none; } .input-lg + .form-control-feedback { width: @input-height-large; |
