From 8f2a19bff93e2c9ac697d716a4ccb33a5e966b11 Mon Sep 17 00:00:00 2001 From: iapyang Date: Wed, 15 Aug 2018 15:57:35 +0800 Subject: [PATCH] =?UTF-8?q?BI-30180=20bubble-errpr=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/base/single/tip/tip.bubble.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/less/base/single/tip/tip.bubble.less b/src/less/base/single/tip/tip.bubble.less index 72b17607f..af76bedc6 100644 --- a/src/less/base/single/tip/tip.bubble.less +++ b/src/less/base/single/tip/tip.bubble.less @@ -6,7 +6,7 @@ } & .bubble-error{ - background: @color-bi-background-light-failure; + .background-color(@background-color-negative, 10%); color: @color-bi-text-failure; } @@ -24,4 +24,4 @@ background: @color-bi-background-light-warning; color: @color-bi-text-redmark; } -} \ No newline at end of file +}