From: XhmikosR Date: Fri, 12 Jun 2020 08:11:36 +0000 (+0300) Subject: Stylelint: remove redundant disables (#31006) X-Git-Tag: v5.0.0-alpha1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d8d0012c846caf2592319bace8b5826cef19c66;p=thirdparty%2Fbootstrap.git Stylelint: remove redundant disables (#31006) --- diff --git a/scss/_buttons.scss b/scss/_buttons.scss index db9d172e8e..47f7fec141 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -41,7 +41,7 @@ &:disabled, &.disabled, - fieldset:disabled & { // stylelint-disable-line selector-no-qualifying-type + fieldset:disabled & { pointer-events: none; opacity: $btn-disabled-opacity; @include box-shadow(none); diff --git a/scss/_tables.scss b/scss/_tables.scss index b7a50b42a1..1250a36c18 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -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; diff --git a/site/assets/scss/_component-examples.scss b/site/assets/scss/_component-examples.scss index e5a54b8ef2..df735a41b7 100644 --- a/site/assets/scss/_component-examples.scss +++ b/site/assets/scss/_component-examples.scss @@ -1,5 +1,3 @@ -// stylelint-disable no-duplicate-selectors - // // Grid examples //