0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Remove attribute selectors (#28988)

This commit is contained in:
Martijn Cuppens 2019-07-12 12:15:50 +02:00 committed by XhmikosR
parent 92c45a19a5
commit d479fd89d0

View File

@ -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%;
}
}