mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-01 09:22:55 +02:00
Stylelint: remove redundant disables (#31006)
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
}
|
||||
|
||||
// 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;
|
||||
}
|
||||
@@ -77,7 +76,6 @@
|
||||
// to the `td`s or `th`s
|
||||
|
||||
.table-bordered {
|
||||
// stylelint-disable-next-line selector-max-universal
|
||||
> :not(caption) > * {
|
||||
border-width: $table-border-width 0;
|
||||
|
||||
|
Reference in New Issue
Block a user