Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change the color on custom radio button? #1199

Open
csKangGdcomm opened this issue Apr 22, 2019 · 0 comments
Open

How to change the color on custom radio button? #1199

csKangGdcomm opened this issue Apr 22, 2019 · 0 comments

Comments

@csKangGdcomm
Copy link

csKangGdcomm commented Apr 22, 2019

Hello!

I want to change the color in the checked radio box.

Current color is blue like below.

image

I found the issue that seems related twbs/bootstrap#20118

A version what I use is 3.4.1. and there is no _custom.scss file in the library and

I fail to change the color.

Below code failed as well ( change the default color ).

Can you give me some advice?

$brand-primary: $color-point;
$brand-info: $color-point;
$input-border-focus: $color-point;
$state-info-text: $color-point;
$btn-default-color: $color-point;
$btn-default-bg: $color-point;
$btn-default-border: $color-point;
$btn-primary-color: $color-point;
$btn-primary-bg: $color-point;
$btn-primary-border: $color-point;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant