Browse Source

Merge pull request #592 in VISUAL/fineui from ~TELLER/fineui:bugfix/bugfix to master

* commit '8f2a19bff93e2c9ac697d716a4ccb33a5e966b11':
  BI-30180 bubble-errpr颜色修改
es6
imp 6 years ago
parent
commit
72c6e05caf
  1. 4
      src/less/base/single/tip/tip.bubble.less

4
src/less/base/single/tip/tip.bubble.less

@ -6,7 +6,7 @@
} }
& .bubble-error{ & .bubble-error{
background: @color-bi-background-light-failure; .background-color(@background-color-negative, 10%);
color: @color-bi-text-failure; color: @color-bi-text-failure;
} }
@ -24,4 +24,4 @@
background: @color-bi-background-light-warning; background: @color-bi-background-light-warning;
color: @color-bi-text-redmark; color: @color-bi-text-redmark;
} }
} }

Loading…
Cancel
Save