diff --git a/less/checkbox.less b/less/checkbox.less index 56dd51007..ce0c1b200 100644 --- a/less/checkbox.less +++ b/less/checkbox.less @@ -13,7 +13,7 @@ //margin-left: -8px; } - &.checked label.checkbox-custom { + &.checked label.checkbox-custom, label.checked.checkbox-custom { background: #e9e9e9; border-radius: @baseBorderRadius; }