⬆️ stylelint 14
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
.btn-group.show .dropdown-toggle {
|
||||
@include box-shadow($btn-active-box-shadow-alt);
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
// The dropdown menu
|
||||
.dropdown-menu {
|
||||
color: $dropdown-color-alt;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
// Actual modal
|
||||
.modal-content {
|
||||
color: $modal-content-color-alt;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
.offcanvas {
|
||||
color: $offcanvas-color-alt;
|
||||
background-color: $offcanvas-bg-color-alt;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
.page-link {
|
||||
color: $pagination-color-alt;
|
||||
background-color: $pagination-bg-alt;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
.progress {
|
||||
background-color: $progress-bg-alt;
|
||||
@include box-shadow($progress-box-shadow-alt);
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
@mixin overlay-backdrop-alt($backdrop-bg-alt, $backdrop-opacity-alt) {
|
||||
background-color: $backdrop-bg-alt;
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
@mixin form-validation-state-alt(
|
||||
$state,
|
||||
$color,
|
||||
|
||||
Reference in New Issue
Block a user