We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$btn-disabled-opacity
1 parent 3fa7207 commit b33788bCopy full SHA for b33788b
src/scss/components/_buttons.scss
@@ -34,13 +34,6 @@
34
}
35
36
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
-
44
// Button Link
45
46
.btn-link {
src/scss/variables/_buttons.scss
@@ -3,8 +3,6 @@ $btn-font-size-mobile: null !default;
3
$btn-padding-x-mobile: null !default;
4
$btn-padding-y-mobile: null !default;
5
6
-$btn-disabled-opacity: null !default;
7
8
$btn-font-size-lg: null !default;
9
$btn-font-size-lg-mobile: null !default;
10
$btn-padding-x-lg-mobile: null !default;
0 commit comments