[improvement] Sku: use currentColor in the background style of price tag and sku item (#3946)

This commit is contained in:
codpoe
2019-07-24 15:17:04 +08:00
committed by neverland
parent 42afafac2b
commit 43e0bd0123
2 changed files with 32 additions and 5 deletions
-2
View File
@@ -653,8 +653,6 @@
@uploader-file-name-text-color: @gray-darker;
// Sku
@sku-price-tag-color: rgba(227, 20, 54, .1);
@sku-item-background-color: #f7f8fa;
@sku-item-active-background-color: rgba(227, 20, 54, .1);
@sku-icon-gray-color: #dcdde0;
@sku-upload-mask-color: rgba(50, 50, 51, .8);