Skip to content

Commit

Permalink
remove some unused vars, restore table-active variant
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jul 2, 2017
1 parent 3e2318c commit 11e18af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions scss/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
@include table-row-variant($color, theme-color-level($color, -9));
}

@include table-row-variant(active, $table-active-bg);


// Inverse styles
//
Expand Down
5 changes: 0 additions & 5 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ $input-height-lg: calc(#{$input-height-inner-lg} + #{$input-height
$input-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !default;

$form-text-margin-top: .25rem !default;
$form-feedback-margin-top: $form-text-margin-top !default;

$form-check-margin-bottom: .5rem !default;
$form-check-input-gutter: 1.25rem !default;
Expand Down Expand Up @@ -620,8 +619,6 @@ $card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width})
$card-cap-bg: rgba($black, .03) !default;
$card-bg: $white !default;

$card-dark-link-hover-color: $white !default;

$card-img-overlay-padding: 1.25rem !default;

$card-deck-margin: ($grid-gutter-width / 2) !default;
Expand Down Expand Up @@ -675,9 +672,7 @@ $popover-arrow-outer-color: fade-in($popover-border-color, .05) !defau

// Badges

$badge-default-bg: $gray-600 !default;
$badge-color: $white !default;
$badge-link-hover-color: $white !default;
$badge-font-size: 75% !default;
$badge-font-weight: $font-weight-bold !default;
$badge-padding-y: .25em !default;
Expand Down

0 comments on commit 11e18af

Please sign in to comment.