2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+1 -3
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 {
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);
}