0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Remove unneeded suppression and clean up docs less files.

This commit is contained in:
XhmikosR 2018-09-21 22:39:17 +03:00
parent 37a2534c8e
commit abe37ff83b
5 changed files with 5 additions and 14 deletions

View File

@ -1,4 +1,4 @@
// stylelint-disable declaration-no-important, selector-attribute-quotes // stylelint-disable declaration-no-important
// Docsearch overrides // Docsearch overrides
// //
@ -27,7 +27,7 @@
display: none !important; display: none !important;
} }
[class^=ds-dataset-] { [class^="ds-dataset-"] {
padding: 0 !important; padding: 0 !important;
overflow: visible !important; overflow: visible !important;
background-color: transparent !important; background-color: transparent !important;

View File

@ -1,5 +1,3 @@
// stylelint-disable property-no-vendor-prefix
.anchorjs-link { .anchorjs-link {
color: inherit; color: inherit;
} }
@ -12,8 +10,6 @@
*:hover > .anchorjs-link { *:hover > .anchorjs-link {
opacity: .75; opacity: .75;
-webkit-transition: color .16s linear;
-o-transition: color .16s linear;
transition: color .16s linear; transition: color .16s linear;
} }

View 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 { .bs-customizer .toggle {
float: right; float: right;
@ -57,7 +57,6 @@
color: #fff; color: #fff;
background-color: #d9534f; background-color: #d9534f;
border-bottom: 1px solid #b94441; 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); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
} }
.bs-customizer-alert .close { .bs-customizer-alert .close {
@ -75,7 +74,6 @@
color: #fff; color: #fff;
background-color: #a83c3a; background-color: #a83c3a;
border-color: #973634; 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); box-shadow: inset 0 2px 4px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
} }

View 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 // Grid examples
// //
@ -29,7 +29,6 @@
border-color: #e5e5e5 #eee #eee; border-color: #e5e5e5 #eee #eee;
border-style: solid; border-style: solid;
border-width: 1px 0; 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); box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
} }
// Echo out a label for the example // Echo out a label for the example
@ -66,7 +65,6 @@
border-color: #ddd; border-color: #ddd;
border-width: 1px; border-width: 1px;
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
-webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.bs-example + .highlight, .bs-example + .highlight,
@ -319,6 +317,5 @@
border-color: rgba(82, 168, 236, .8); border-color: rgba(82, 168, 236, .8);
outline: 0; outline: 0;
outline: thin dotted \9; // IE6-9 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); box-shadow: 0 0 8px rgba(82, 168, 236, .6);
} }

View 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 // Forms