&:disabled,
&.disabled,
- fieldset:disabled & { // stylelint-disable-line selector-no-qualifying-type
+ fieldset:disabled & {
pointer-events: none;
opacity: $btn-disabled-opacity;
@include box-shadow(none);
}
// Highlight border color between thead, tbody and tfoot.
- // stylelint-disable-next-line selector-max-universal
> :not(:last-child) > :last-child > * {
border-bottom-color: $table-group-seperator-color;
}
// to the `td`s or `th`s
.table-bordered {
- // stylelint-disable-next-line selector-max-universal
> :not(caption) > * {
border-width: $table-border-width 0;