mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +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;
|
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 {
|
& > &-item {
|
||||||
padding: 7px 16px;
|
padding: 7px 16px;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
@ -103,6 +103,10 @@
|
|||||||
&-icon:before {
|
&-icon:before {
|
||||||
content: "\e611";
|
content: "\e611";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root & {
|
||||||
|
filter: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-nav-wrap {
|
&-nav-wrap {
|
||||||
|
Loading…
Reference in New Issue
Block a user