Skip to content

Commit

Permalink
fix(style): custom-control-label bootswatch override
Browse files Browse the repository at this point in the history
  • Loading branch information
rothmike committed Mar 7, 2019
1 parent 09e51f1 commit ae453e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions scss/overrides_default/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ $dropdown-link-hover-bg: $primary !default;

$dark: lighten(#272b30, 5%);

$custom-control-indicator-bg: $gray-300;
$custom-control-indicator-checked-color: $black;
$custom-control-indicator-checked-bg: $gray-300;
$custom-control-indicator-checked-disabled-bg: $gray-500;
Expand Down
1 change: 1 addition & 0 deletions scss/overrides_slate/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ $font-family-sans-serif: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe

$dropdown-link-hover-bg: $primary;

$custom-control-indicator-bg: $white;
$custom-control-indicator-checked-color: $black;
$custom-control-indicator-checked-bg: $gray-200;
$custom-control-indicator-checked-disabled-bg: rgba($gray-200, .5);
Expand Down
2 changes: 1 addition & 1 deletion scss/standard/_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
width: $font-size-base;
}

.custom-control-label::after {
.custom-control-label::before {
border: 1px solid $input-border-color;
border-radius: .125rem;
}
Expand Down

0 comments on commit ae453e7

Please sign in to comment.