Skip to content

Commit b33788b

Browse files
committed
Update: Button $btn-disabled-opacity was added by BS4 at twbs/bootstrap#24680, don't need the extra button styles anymore
1 parent 3fa7207 commit b33788b

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/scss/components/_buttons.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@
3434
}
3535
}
3636

37-
.btn[disabled],
38-
.btn.disabled,
39-
fieldset[disabled] .btn {
40-
// Will need to be revisited if https://github.com/twbs/bootstrap/pull/24680 is merged
41-
opacity: $btn-disabled-opacity;
42-
}
43-
4437
// Button Link
4538

4639
.btn-link {

src/scss/variables/_buttons.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ $btn-font-size-mobile: null !default;
33
$btn-padding-x-mobile: null !default;
44
$btn-padding-y-mobile: null !default;
55

6-
$btn-disabled-opacity: null !default;
7-
86
$btn-font-size-lg: null !default;
97
$btn-font-size-lg-mobile: null !default;
108
$btn-padding-x-lg-mobile: null !default;

0 commit comments

Comments
 (0)