mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Stylelint: remove redundant disables (#31006)
This commit is contained in:
parent
2a4e97b56c
commit
3d8d0012c8
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
&:disabled,
|
&:disabled,
|
||||||
&.disabled,
|
&.disabled,
|
||||||
fieldset:disabled & { // stylelint-disable-line selector-no-qualifying-type
|
fieldset:disabled & {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: $btn-disabled-opacity;
|
opacity: $btn-disabled-opacity;
|
||||||
@include box-shadow(none);
|
@include box-shadow(none);
|
||||||
|
@ -39,7 +39,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Highlight border color between thead, tbody and tfoot.
|
// Highlight border color between thead, tbody and tfoot.
|
||||||
// stylelint-disable-next-line selector-max-universal
|
|
||||||
> :not(:last-child) > :last-child > * {
|
> :not(:last-child) > :last-child > * {
|
||||||
border-bottom-color: $table-group-seperator-color;
|
border-bottom-color: $table-group-seperator-color;
|
||||||
}
|
}
|
||||||
@ -77,7 +76,6 @@
|
|||||||
// to the `td`s or `th`s
|
// to the `td`s or `th`s
|
||||||
|
|
||||||
.table-bordered {
|
.table-bordered {
|
||||||
// stylelint-disable-next-line selector-max-universal
|
|
||||||
> :not(caption) > * {
|
> :not(caption) > * {
|
||||||
border-width: $table-border-width 0;
|
border-width: $table-border-width 0;
|
||||||
|
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
// stylelint-disable no-duplicate-selectors
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Grid examples
|
// Grid examples
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user