Skip to content

Commit

Permalink
review: border-color + tabs ids in example
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahiss committed Oct 16, 2023
1 parent 141592b commit 5f708d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scss/_variables-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ $body-secondary-bg-dark: $gray-900 !default; // Boosted mod: instead
$body-tertiary-color-dark: $gray-600 !default; // Boosted mod: instead of `rgba($body-color-dark, .5)`
$body-tertiary-bg-dark: $black !default; // Boosted mod: instead of `mix($gray-800, $gray-900, 50%)`
$body-emphasis-color-dark: $white !default; // Boosted mod: instead of `$gray-100`
$border-color-dark: $gray-700 !default;
$border-color-dark: $white !default; // Boosted mod: instead of `$gray-700`
$border-color-translucent-dark: $gray-700 !default; // Boosted mod instead of `rgba($white, .15)`
$headings-color-dark: $white !default; // Boosted mod: instead of `inherit`
$link-color-dark: $white !default; // Boosted mod: instead of `tint-color($primary, 40%)`
Expand Down
4 changes: 2 additions & 2 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ $border-widths: (
5: $border-width * 2.5
) !default;
$border-style: solid !default;
$border-color: $black !default; // Boosted mod
$border-color: $black !default; // Boosted mod: instead of `$gray-300`
$border-color-translucent: $gray-500 !default; // Boosted mod: gray value instead of rgba($black, .175)
// scss-docs-end border-variables

Expand Down Expand Up @@ -1413,7 +1413,7 @@ $nav-link-transition: null !default; // Boosted mod
$nav-link-disabled-color: var(--#{$prefix}disabled-color) !default; // Boosted mod: instead of `var(--#{$prefix}secondary-color)`
// Boosted mod: no `$nav-link-focus-box-shadow`

$nav-tabs-border-color: var(--#{$prefix}body-color) !default; // Boosted mod instead of `var(--#{$prefix}border-color)`
$nav-tabs-border-color: var(--#{$prefix}border-color) !default;
$nav-tabs-border-width: var(--#{$prefix}border-width) !default;
$nav-tabs-border-radius: var(--#{$prefix}border-radius) !default;
$nav-tabs-link-padding-x: 1.8125rem !default; // Boosted mod
Expand Down

0 comments on commit 5f708d5

Please sign in to comment.