diff options
| author | Mark Otto <[email protected]> | 2014-05-10 12:41:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-05-10 12:41:01 -0700 |
| commit | 696844fe08f26a72725c984f160bba11cfbebc5d (patch) | |
| tree | 4fcb29a0051fab2f7caa4b0f2e6c7fad6a181447 /less/button-groups.less | |
| parent | 0e91b85d2a03054ce3465eaee0020471ed9c6305 (diff) | |
| parent | 056a192f95de23b6bb9092b224f36f85fe253b04 (diff) | |
| download | bootstrap-696844fe08f26a72725c984f160bba11cfbebc5d.tar.xz bootstrap-696844fe08f26a72725c984f160bba11cfbebc5d.zip | |
Merge pull request #13549 from danielhusar/master
IE8 button group support
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index ef11cf12a..6dbb09f4c 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -232,5 +232,5 @@ [data-toggle="buttons"] > .btn > input[type="checkbox"] { position: absolute; z-index: -1; - opacity: 0; + .opacity(0); } |
