]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Stylelint: remove redundant disables (#31006)
authorXhmikosR <xhmikosr@gmail.com>
Fri, 12 Jun 2020 08:11:36 +0000 (11:11 +0300)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2020 08:11:36 +0000 (11:11 +0300)
scss/_buttons.scss
scss/_tables.scss
site/assets/scss/_component-examples.scss

index db9d172e8e4a7876a0dc11de0583d1db8ce937a9..47f7fec14185942a50b88acac55b363da1e3bcb9 100644 (file)
@@ -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);
index b7a50b42a139acb5a9cfc876382abef937b8ec70..1250a36c18293fc34df2207369829cde26207aa2 100644 (file)
@@ -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;
 
index e5a54b8ef2044afb67c780c1480b62127866ec7f..df735a41b7c518976bea2f480a299bd2ab0873b5 100644 (file)
@@ -1,5 +1,3 @@
-// stylelint-disable no-duplicate-selectors
-
 //
 // Grid examples
 //