From f5da1b6b16e05d525b60b6c95bf437e1b55bbfb1 Mon Sep 17 00:00:00 2001 From: kossel Date: Sat, 18 Mar 2017 02:16:03 -0500 Subject: [PATCH] Adjust card head style property from background to background-color (#5374) * fix color variable naming * card head background-color => background, this adds more flexibility for the mixin --- components/card/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/card/style/index.less b/components/card/style/index.less index 7641a6cc6c..fe31b35533 100644 --- a/components/card/style/index.less +++ b/components/card/style/index.less @@ -22,7 +22,7 @@ &-head { height: @card-head-height; line-height: @card-head-height; - background-color: @card-head-background; + background: @card-head-background; border-bottom: @border-width-base @border-style-base @border-color-split; padding: 0 24px;