mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-22 13:14:42 +00:00
Add missing icon class definition for navs.less
add missing icon class definition for navs: '[class*=" icon-"]' P.S. Sorry for 2 pull requests with the same problem..
This commit is contained in:
parent
a2690c6d86
commit
46764a7165
1 changed files with 2 additions and 1 deletions
|
|
@ -67,7 +67,8 @@
|
|||
text-shadow: 0 -1px 0 rgba(0,0,0,.2);
|
||||
background-color: @linkColor;
|
||||
}
|
||||
.nav-list [class^="icon-"] {
|
||||
.nav-list [class^="icon-"],
|
||||
.nav-list [class*=" icon-"] {
|
||||
margin-right: 2px;
|
||||
}
|
||||
// Dividers (basically an hr) within the dropdown
|
||||
|
|
|
|||
Loading…
Reference in a new issue