mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 17:20:29 +00: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;
|
||||
}
|
||||
}
|
||||
|
||||
// Specificity overrides
|
||||
input[type="submit"],
|
||||
input[type="reset"],
|
||||
input[type="button"] {
|
||||
&.btn-block {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue