Commit f7682427 authored by Jacob Thornton's avatar Jacob Thornton

add trailing ;

parent e1a1fdd3
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
// ------ // ------
.modal-open { .modal-open {
.dropdown-menu { z-index: @zindexDropdown + @zindexModal } .dropdown-menu { z-index: @zindexDropdown + @zindexModal; }
.dropdown.open { *z-index: @zindexDropdown + @zindexModal } .dropdown.open { *z-index: @zindexDropdown + @zindexModal; }
.popover { z-index: @zindexPopover + @zindexModal } .popover { z-index: @zindexPopover + @zindexModal; }
.tooltip { z-index: @zindexTooltip + @zindexModal } .tooltip { z-index: @zindexTooltip + @zindexModal; }
} }
.modal-backdrop { .modal-backdrop {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment