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 e8eed52 commit 460ba06Copy full SHA for 460ba06
scss/forms/_form-check.scss
@@ -21,6 +21,7 @@
21
background-color: $form-check-input-bg;
22
border: $form-check-input-border;
23
appearance: none;
24
+ color-adjust: exact; // Keep themed appearance for print
25
26
&[type="checkbox"] {
27
@include border-radius($form-check-input-border-radius);
@@ -113,6 +114,7 @@
113
114
background-position: left center;
115
background-size: $form-switch-bg-size; // Get a 1px separation
116
@include border-radius($form-switch-border-radius);
117
118
// Todo: Figure out how to tackle these, with or without mixin?
119
// transition: $form-switch-transition;
120
// transition-property: $form-switch-transition-property;
0 commit comments