Merge branch '0.8.0' of github.com:ant-design/ant-design into 0.8.0

This commit is contained in:
afc163 2015-08-18 16:04:03 +08:00
commit 42de63ad08
2 changed files with 4 additions and 11 deletions

View File

@ -47,17 +47,6 @@
padding: 0;
}
&:before {
content: "";
position: absolute;
top: -4px;
left: 0;
width: 100%;
height: 4px;
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.01);
}
& > &-item {
padding: 7px 16px;
clear: both;

View File

@ -103,6 +103,10 @@
&-icon:before {
content: "\e611";
}
:root & {
filter: none;
}
}
&-nav-wrap {