diff options
| author | Daniel <[email protected]> | 2014-05-10 17:39:34 +0100 |
|---|---|---|
| committer | Daniel <[email protected]> | 2014-05-10 17:39:34 +0100 |
| commit | 056a192f95de23b6bb9092b224f36f85fe253b04 (patch) | |
| tree | f530aa66f00608fdf9920686d7b55b1a23540237 /less/button-groups.less | |
| parent | 48fd9e29a24ae7fd8d8061e62a099c6097c41f18 (diff) | |
| download | bootstrap-056a192f95de23b6bb9092b224f36f85fe253b04.tar.xz bootstrap-056a192f95de23b6bb9092b224f36f85fe253b04.zip | |
Squashed commit of the following:
commit 81324491f4913d6797c3c9e4df83a1aefd7d9116
Author: Daniel <[email protected]>
Date: Sat May 10 17:37:29 2014 +0100
use opacity mixin
commit 694b0a3fcd196e8cba9e4c23850f903c0804cb44
Author: Daniel Husar <[email protected]>
Date: Fri May 9 13:47:35 2014 +0100
Update button-groups.less
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); } |
