aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-26 16:01:59 -0700
committerMark Otto <[email protected]>2012-09-26 16:01:59 -0700
commit24e277b85abace0f77076b1cfa96e11b1d1dc891 (patch)
tree238ff1628521cd0cb04ee2a0461a06a234249848 /less
parent498a28b4cd7ecfd5c02a7cb21f1d3a81e3e2d404 (diff)
parent0540b63ab0a2f9359fbd34967fbb74402534573f (diff)
downloadbootstrap-24e277b85abace0f77076b1cfa96e11b1d1dc891.tar.xz
bootstrap-24e277b85abace0f77076b1cfa96e11b1d1dc891.zip
Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip
Diffstat (limited to 'less')
-rw-r--r--less/modals.less10
1 files changed, 0 insertions, 10 deletions
diff --git a/less/modals.less b/less/modals.less
index 5f7b43ef6..53f2bbba1 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -2,16 +2,6 @@
// Modals
// --------------------------------------------------
-
-// Recalculate z-index where appropriate,
-// but only apply to elements within modal
-.modal-open .modal {
- .dropdown-menu { z-index: @zindexDropdown + @zindexModal; }
- .dropdown.open { *z-index: @zindexDropdown + @zindexModal; }
- .popover { z-index: @zindexPopover + @zindexModal; }
- .tooltip { z-index: @zindexTooltip + @zindexModal; }
-}
-
// Background
.modal-backdrop {
position: fixed;