Skip to content

Commit

Permalink
fix(forms): ensure .form-check-input is squared
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Oct 26, 2020
1 parent d6d5cd4 commit ea8a866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/css/boosted.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ $form-check-input-active-bg-color: $component-active-bg !default; // Boos

$form-check-input-bg: $body-bg !default;
$form-check-input-border: $border-width solid $input-border-color !default;
$form-check-input-border-radius: null !default;
$form-check-input-border-radius: 0 !default;
$form-check-radio-border-radius: 50% !default;
$form-check-input-focus-border: null !default;
$form-check-input-focus-box-shadow: $input-btn-focus-box-shadow !default;
Expand Down

0 comments on commit ea8a866

Please sign in to comment.