Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2016-12-20 08:44:03 +0300
committerMark Otto <markdotto@gmail.com>2016-12-20 08:44:03 +0300
commit8eeb71c91c39c01142d2501e6feda7e4f09f8205 (patch)
treee7b751ac49ede3082cd200d38846c95751825a1c /scss/_modal.scss
parent7e5f21c2b4e5d28b75f58de1509699eaa49c4872 (diff)
parentd991c868a4b9b598a622f739547f71ee0ea7a352 (diff)
Merge branch 'fix-20982' of https://github.com/Starsam80/bootstrap into Starsam80-fix-20982
Diffstat (limited to 'scss/_modal.scss')
-rw-r--r--scss/_modal.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss
index 61e51567cf..87be3df44e 100644
--- a/scss/_modal.scss
+++ b/scss/_modal.scss
@@ -31,7 +31,7 @@
@include transition($modal-transition);
transform: translate(0, -25%);
}
- &.active .modal-dialog { transform: translate(0, 0); }
+ &.show .modal-dialog { transform: translate(0, 0); }
}
.modal-open .modal {
overflow-x: hidden;
@@ -69,7 +69,7 @@
// Fade for backdrop
&.fade { opacity: 0; }
- &.active { opacity: $modal-backdrop-opacity; }
+ &.show { opacity: $modal-backdrop-opacity; }
}
// Modal header