Commit c77d4266 authored by Mark Otto's avatar Mark Otto

Merge pull request #5369 from amid2887/2.1.2-wip

Add missing icon class definition for navs.less
parents da43c7c2 46764a71
...@@ -67,7 +67,8 @@ ...@@ -67,7 +67,8 @@
text-shadow: 0 -1px 0 rgba(0,0,0,.2); text-shadow: 0 -1px 0 rgba(0,0,0,.2);
background-color: @linkColor; background-color: @linkColor;
} }
.nav-list [class^="icon-"] { .nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
margin-right: 2px; margin-right: 2px;
} }
// Dividers (basically an hr) within the dropdown // Dividers (basically an hr) within the dropdown
......
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