Skip to content

Commit

Permalink
Update: Button $btn-disabled-opacity was added by BS4 at twbs/boots…
Browse files Browse the repository at this point in the history
…trap#24680, don't need the extra button styles anymore
  • Loading branch information
pat270 committed Nov 13, 2017
1 parent 3fa7207 commit b33788b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions src/scss/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@
}
}

.btn[disabled],
.btn.disabled,
fieldset[disabled] .btn {
// Will need to be revisited if https://github.com/twbs/bootstrap/pull/24680 is merged
opacity: $btn-disabled-opacity;
}

// Button Link

.btn-link {
Expand Down
2 changes: 0 additions & 2 deletions src/scss/variables/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ $btn-font-size-mobile: null !default;
$btn-padding-x-mobile: null !default;
$btn-padding-y-mobile: null !default;

$btn-disabled-opacity: null !default;

$btn-font-size-lg: null !default;
$btn-font-size-lg-mobile: null !default;
$btn-padding-x-lg-mobile: null !default;
Expand Down

0 comments on commit b33788b

Please sign in to comment.