1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

fix: update dark theme SCSS variables (#2546)

This commit is contained in:
Paweł Kuna
2025-11-26 19:30:15 +01:00
committed by GitHub
parent 8bc6fa7fd1
commit 2dc7edae36
3 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
$darken-dark: color.adjust($dark, $lightness: -2%) !default;
$lighten-dark: color.adjust($dark, $lightness: 2%) !default;
$border-color-dark: color.adjust($dark, $lightness: 8%) !default;
$border-color-translucent-dark: rgba(72, 110, 149, 0.14) !default;
$border-color-translucent-dark: rgba(128, 150, 172, 0.2) !default;
$border-dark-color-dark: color.adjust($dark, $lightness: 4%) !default;
$border-active-color-dark: color.adjust($dark, $lightness: 12%) !default;

View File

@@ -82,9 +82,4 @@ Form switch
.form-check-label {
padding-top: 0.125rem;
}
}
/*Correction of Form-check position*/
.form-check-input:checked {
border: none;
}
}