Browse Source

fix: GlobalHeader styles (#5254)

pull/5263/head
yeojongki 7 years ago
committed by 陈帅
parent
commit
aa69070f8b
  1. 3
      src/components/GlobalHeader/index.less

3
src/components/GlobalHeader/index.less

@ -85,9 +85,6 @@
&:global(.opened) {
background: @primary-color;
}
:global(.ant-badge) {
color: rgba(255, 255, 255, 0.85);
}
}
}

Loading…
Cancel
Save