Skip to content

Commit

Permalink
fix(reboot): ensure legend are bold
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Sep 14, 2020
1 parent ba019fc commit 45e8d4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ th {

label {
display: inline-block; // 1
font-weight: $font-weight-bold; // Boosted mod
font-weight: $form-label-font-weight; // Boosted mod
}

// Remove the default `border-radius` that macOS Chrome adds.
Expand Down
4 changes: 2 additions & 2 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ $hr-opacity: null !default;

$legend-margin-bottom: $spacer / 4 !default;
$legend-font-size: $font-size-xlg !default;
$legend-font-weight: null !default;
$legend-font-weight: $font-weight-bold !default;

$mark-padding: .2em !default;

Expand Down Expand Up @@ -664,7 +664,7 @@ $form-text-color: null !default;
$form-label-margin-bottom: .375rem !default;
$form-label-font-size: null !default;
$form-label-font-style: null !default;
$form-label-font-weight: null !default;
$form-label-font-weight: $font-weight-bold !default;
$form-label-color: null !default;

$input-padding-y: $input-btn-padding-y !default;
Expand Down

0 comments on commit 45e8d4d

Please sign in to comment.