inertia-bootstrap-forms 1.0.55 → 1.0.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inertia-bootstrap-forms",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "description": "Create bootstrap forms with inertia and twitter bootstrap",
5
5
  "main": "dist/inertia-bootstrap-forms.cjs.js",
6
6
  "module": "dist/inertia-bootstrap-forms.es.js",
@@ -98,7 +98,8 @@ export default defineComponent({
98
98
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
99
99
  }
100
100
 
101
- .form-check-toggle.form-check-toggle--active {
101
+ .form-check-toggle.form-check-toggle--active,
102
+ .form-check-toggle:has(input:checked){
102
103
  background-color: var(--bs-warning-bg-subtle, #ffda6a);
103
104
  border-color: var(--bs-warning-border-subtle, var(--bs-alert-border-color, #fff0c3));
104
105
  }