Browse Source

fix iconfont position bug in safari

pull/162/head
afc163 9 years ago
parent
commit
29de017602
  1. 2
      style/components/menu.less

2
style/components/menu.less

@ -140,7 +140,6 @@
.@{menuPrefixCls}-submenu-title, .@{menuPrefixCls}-item {
.anticon {
width: 14px;
height: 14px;
margin-right: 8px;
top: -1px;
color: #999;
@ -243,7 +242,6 @@
.@{menuPrefixCls}-submenu-title, .@{menuPrefixCls}-item {
.anticon {
width: 14px;
height: 14px;
margin-right: 8px;
top: -1px;
}

Loading…
Cancel
Save