]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove unneeded suppression and clean up docs less files.
authorXhmikosR <xhmikosr@gmail.com>
Fri, 21 Sep 2018 19:39:17 +0000 (22:39 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 8 Oct 2018 17:12:34 +0000 (20:12 +0300)
docs/assets/less/algolia.less
docs/assets/less/anchor.less
docs/assets/less/customizer.less
docs/assets/less/examples.less
less/forms.less

index aba88c11c32549f69cc5707544a6f3c2ccac92a6..cb7e37ee8200e09bc5152f1c0d38efbd979f7cfb 100644 (file)
@@ -1,4 +1,4 @@
-// stylelint-disable declaration-no-important, selector-attribute-quotes
+// stylelint-disable declaration-no-important
 
 // Docsearch overrides
 //
@@ -27,7 +27,7 @@
       display: none !important;
     }
 
-    [class^=ds-dataset-] {
+    [class^="ds-dataset-"] {
       padding: 0 !important;
       overflow: visible !important;
       background-color: transparent !important;
index 285fbbb8d7ae423a879ce4db61a65feeb0bac4ec..399da9b7b10908ae93960583c080194dfaa2c6c4 100644 (file)
@@ -1,5 +1,3 @@
-// stylelint-disable property-no-vendor-prefix
-
 .anchorjs-link {
   color: inherit;
 }
@@ -12,8 +10,6 @@
 
 *:hover > .anchorjs-link {
   opacity: .75;
-  -webkit-transition: color .16s linear;
-  -o-transition: color .16s linear;
   transition: color .16s linear;
 }
 
index 3ea038bca67f8903547879e2cece71cdcd45ad26..aae5e1dff4bc9a50679ef960cfc1942aa83f5c7e 100644 (file)
@@ -1,4 +1,4 @@
-// stylelint-disable property-no-vendor-prefix, selector-max-id, selector-no-qualifying-type
+// stylelint-disable selector-max-id, selector-no-qualifying-type
 
 .bs-customizer .toggle {
   float: right;
@@ -57,7 +57,6 @@
   color: #fff;
   background-color: #d9534f;
   border-bottom: 1px solid #b94441;
-  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
 }
 .bs-customizer-alert .close {
@@ -75,7 +74,6 @@
   color: #fff;
   background-color: #a83c3a;
   border-color: #973634;
-  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
   box-shadow: inset 0 2px 4px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
 }
 
index d3abe75e1d5b6cf5d98400feb3abd3bd12fc8869..57dc53fe8f984d90f041ab064054de7eb0370f97 100644 (file)
@@ -1,4 +1,4 @@
-// stylelint-disable property-no-vendor-prefix, selector-max-id, selector-no-qualifying-type
+// stylelint-disable selector-max-id, selector-no-qualifying-type
 
 // Grid examples
 //
@@ -29,7 +29,6 @@
   border-color: #e5e5e5 #eee #eee;
   border-style: solid;
   border-width: 1px 0;
-  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
   box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
 }
 // Echo out a label for the example
@@ -66,7 +65,6 @@
     border-color: #ddd;
     border-width: 1px;
     border-radius: 4px 4px 0 0;
-    -webkit-box-shadow: none;
     box-shadow: none;
   }
   .bs-example + .highlight,
   border-color: rgba(82, 168, 236, .8);
   outline: 0;
   outline: thin dotted \9; // IE6-9
-  -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
   box-shadow: 0 0 8px rgba(82, 168, 236, .6);
 }
index d7ddc34a0c6a61acdb9c8b3f4a8742ea072313ac..77ae33afc2e123954caa9b8d27d32364e9a58260 100644 (file)
@@ -1,4 +1,4 @@
-// stylelint-disable selector-no-qualifying-type, property-no-vendor-prefix, media-feature-name-no-vendor-prefix, indentation
+// stylelint-disable selector-no-qualifying-type, property-no-vendor-prefix, media-feature-name-no-vendor-prefix
 
 //
 // Forms