We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7aac1 commit 6879b28Copy full SHA for 6879b28
ux.symfony.com/assets/styles/_variables.scss
@@ -18,3 +18,6 @@ $primary: #222 !default;
18
$size-unit: calc(8px + 1.5625vw);
19
20
$font-family-monospace: var(--font-family-code);
21
+
22
+$form-range-track-bg: var(--bs-body-bg);
23
+$form-range-thumb-bg: var(--bs-secondary-color);
ux.symfony.com/assets/styles/vendor/_bootstrap.scss
@@ -37,12 +37,3 @@
37
}
38
39
40
-
41
42
-.form-range::-moz-range-track {
43
- background: var(--bs-secondary-bg-subtle);
44
-}
45
46
-.form-range::-moz-range-thumb {
47
- background: var(--bs-secondary-color);
48
0 commit comments