diff options
| author | Mark Otto <[email protected]> | 2013-02-28 19:46:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-28 19:46:49 -0800 |
| commit | b19eb88b5abb7fd9dfc3aacc7ac3d296e1e98861 (patch) | |
| tree | 39f8536e1fe332aea1b70392454fcf14d74902df /less/modals.less | |
| parent | 0dea8b0c7473c1db4aea7accfd0a68cbf09b9576 (diff) | |
| download | bootstrap-b19eb88b5abb7fd9dfc3aacc7ac3d296e1e98861.tar.xz bootstrap-b19eb88b5abb7fd9dfc3aacc7ac3d296e1e98861.zip | |
Fixes #6935: Use standard decimal points for .opacity() mixin
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/modals.less b/less/modals.less index 9c0d0c7b0..076c39be3 100644 --- a/less/modals.less +++ b/less/modals.less @@ -67,8 +67,8 @@ z-index: @zindex-modal-background - 10; background-color: #000; // Fade for backdrop - &.fade { opacity: 0; } - &.fade.in { .opacity(50);} + &.fade { .opacity(0); } + &.fade.in { .opacity(.5); } } // Modal header |
