mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Start component changes
This commit is contained in:
@@ -173,3 +173,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@if $enable-dark-mode {
|
||||
[data-theme="dark"] {
|
||||
// Use `:not()` to keep from having to override subsequent embedded SVGs
|
||||
.form-switch .form-check-input:not(:checked):not(:focus) {
|
||||
background-image: escape-svg($form-switch-bg-image-dark);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user