⬆️ stylelint 14

This commit is contained in:
Daniel
2021-12-12 19:42:30 +05:30
parent 7b23289ed3
commit ed66ff8c9f
14 changed files with 216 additions and 1817 deletions

View File

@@ -1,4 +1,3 @@
.btn-group.show .dropdown-toggle {
@include box-shadow($btn-active-box-shadow-alt);

View File

@@ -1,4 +1,3 @@
.btn-close {
color: $btn-close-color-alt;
background: transparent escape-svg($btn-close-bg-alt) center / $btn-close-width auto no-repeat; // include transparent for button elements

View File

@@ -1,4 +1,3 @@
// from Chris Coyier on Jul 26, 2016: https://css-tricks.com/overriding-the-default-text-selection-color-with-css/
body::selection {

View File

@@ -1,4 +1,3 @@
// The dropdown menu
.dropdown-menu {
color: $dropdown-color-alt;

View File

@@ -1,4 +1,3 @@
// Actual modal
.modal-content {
color: $modal-content-color-alt;

View File

@@ -1,4 +1,3 @@
.offcanvas {
color: $offcanvas-color-alt;
background-color: $offcanvas-bg-color-alt;

View File

@@ -1,4 +1,3 @@
.page-link {
color: $pagination-color-alt;
background-color: $pagination-bg-alt;

View File

@@ -1,4 +1,3 @@
.progress {
background-color: $progress-bg-alt;
@include box-shadow($progress-box-shadow-alt);

View File

@@ -1,4 +1,3 @@
@mixin overlay-backdrop-alt($backdrop-bg-alt, $backdrop-opacity-alt) {
background-color: $backdrop-bg-alt;

View File

@@ -24,13 +24,13 @@
color-scheme: dark light;
} @else if $scheme == light {
color-scheme: light dark;
} // else ignore
}
} @else {
@if $scheme == dark {
color-scheme: dark;
} @else if $scheme == light {
color-scheme: light;
} // else ignore
}
}
}

View File

@@ -1,4 +1,3 @@
@mixin form-validation-state-alt(
$state,
$color,