diff options
| author | Mark Otto <[email protected]> | 2012-09-26 16:02:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-26 16:02:33 -0700 |
| commit | ad96435d27de7661a158552ad088fd800fe66fe9 (patch) | |
| tree | c49fec334cfeb1f4ebf856f5d5c7ba53356309c9 /less | |
| parent | cd5ae9e0304dfba17d445b0c2dac7b17a1faa201 (diff) | |
| parent | 24e277b85abace0f77076b1cfa96e11b1d1dc891 (diff) | |
| download | bootstrap-ad96435d27de7661a158552ad088fd800fe66fe9.tar.xz bootstrap-ad96435d27de7661a158552ad088fd800fe66fe9.zip | |
Merge branch '2.1.2-wip' into box-sizing-exercise
Diffstat (limited to 'less')
| -rw-r--r-- | less/modals.less | 10 |
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; |
