Remove attribute selectors (#28988)

This commit is contained in:
Martijn Cuppens 2019-07-12 12:15:50 +02:00 committed by patrickhlauke
parent e81f20cb0e
commit bfe5438af2

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