diff --git a/style/components/checkbox.less b/style/components/checkbox.less index 1ea18fb5a3f06abf28b6622376ebf93e4580780c..eacd0a2b8c8fe39e2a212240a4b3ec257936bd15 100644 --- a/style/components/checkbox.less +++ b/style/components/checkbox.less @@ -63,20 +63,15 @@ .@{checkboxWrapPrefixCls}-indeterminate { .@{checkboxInnerPrefixCls} { border-color: @primary-color; - background-color: rgba(215, 216, 217, 1); + background-color: @primary-color; &:after { - transform: rotate(45deg) scale(1); - position: absolute; - left: 4px; - top: 1px; - display: table; - width: 5px; - height: 8px; - border: 2px solid #ffffff; - border-top: 0; - border-left: 0; content: ' '; - transition: all .2s @ease-out-back .1s; + transform: scale(1); + position: absolute; + left: 2px; + top: 5px; + width: 8px; + height: 1px; } } }