refactor: add @radio-button-checked-bg

This commit is contained in:
William Cai 2019-03-20 16:46:23 +08:00
parent 9e395f3259
commit 57c20e3622
2 changed files with 2 additions and 1 deletions

View File

@ -230,7 +230,7 @@ span.@{radio-prefix-cls} + * {
&-checked {
z-index: 1;
color: @radio-dot-color;
background: @radio-button-bg;
background: @radio-button-checked-bg;
border-color: @radio-dot-color;
box-shadow: -1px 0 0 0 @radio-dot-color;
&::before {

View File

@ -191,6 +191,7 @@
// Radio buttons
@radio-button-bg: @btn-default-bg;
@radio-button-checked-bg: @btn-default-bg;
@radio-button-color: @btn-default-color;
@radio-button-hover-color: @primary-5;
@radio-button-active-color: @primary-7;