Skip to content

Commit

Permalink
v4: flatly, litera, solar: remove duplicate default flag
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Jul 27, 2023
1 parent 68693d7 commit 6c79981
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/4/flatly/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ $dropdown-link-hover-bg: $primary !default;

// Navs

$nav-link-padding-y: .5rem !default !default;
$nav-link-padding-y: .5rem !default;
$nav-link-padding-x: 2rem !default;
$nav-link-disabled-color: $gray-600 !default !default;
$nav-link-disabled-color: $gray-600 !default;
$nav-tabs-border-color: $gray-200 !default;

// Navbar
Expand Down
2 changes: 1 addition & 1 deletion docs/4/litera/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $btn-border-radius-sm: .844em !default;
// Forms

$input-border-color: rgba(0, 0, 0, .1) !default;
$input-group-addon-bg: $gray-200 !default !default;
$input-group-addon-bg: $gray-200 !default;

// Navbar

Expand Down
6 changes: 3 additions & 3 deletions docs/4/solar/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $component-active-bg: $gray-800 !default;

// Fonts

$font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default !default;
$font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;

// Tables

Expand Down Expand Up @@ -95,8 +95,8 @@ $nav-tabs-link-active-border-color: $nav-tabs-border-color !default;

// Navbars

$navbar-light-color: rgba($black, .4) !default !default;
$navbar-light-active-color: rgba($black, .7) !default !default;
$navbar-light-color: rgba($black, .4) !default;
$navbar-light-active-color: rgba($black, .7) !default;

// Pagination

Expand Down

0 comments on commit 6c79981

Please sign in to comment.