mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Remove attribute selectors (#28988)
This commit is contained in:
parent
92c45a19a5
commit
d479fd89d0
1 changed files with 0 additions and 9 deletions
|
@ -126,12 +126,3 @@ fieldset:disabled a.btn {
|
||||||
margin-top: $btn-block-spacing-y;
|
margin-top: $btn-block-spacing-y;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Specificity overrides
|
|
||||||
input[type="submit"],
|
|
||||||
input[type="reset"],
|
|
||||||
input[type="button"] {
|
|
||||||
&.btn-block {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue