Browse Source

fix dropdown border-top IE8

pull/156/head
zhujun24 9 years ago
parent
commit
34466d2dde
  1. 11
      style/components/dropdown.less

11
style/components/dropdown.less

@ -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;

Loading…
Cancel
Save