mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
Merge branch '0.8.0' of github.com:ant-design/ant-design into 0.8.0
This commit is contained in:
commit
42de63ad08
@ -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;
|
||||
|
@ -103,6 +103,10 @@
|
||||
&-icon:before {
|
||||
content: "\e611";
|
||||
}
|
||||
|
||||
:root & {
|
||||
filter: none;
|
||||
}
|
||||
}
|
||||
|
||||
&-nav-wrap {
|
||||
|
Loading…
Reference in New Issue
Block a user