Browse Source

fix tabs left arrow color IE9

pull/156/head
zhujun24 9 years ago
parent
commit
862036b1d5
  1. 4
      style/components/tabs.less

4
style/components/tabs.less

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

Loading…
Cancel
Save