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 7d5dc47 commit 99232bbCopy full SHA for 99232bb
core/src/components/checkbox/checkbox.ionic.scss
@@ -195,6 +195,16 @@ input {
195
background: var(--checkbox-background-checked);
196
}
197
198
+// Ionic Design Checkbox Invalid
199
+// --------------------------------------------------
200
+:host(.ion-invalid) {
201
+ --focus-ring-color: #{globals.$ion-border-focus-error};
202
+
203
+ .native-wrapper {
204
+ border-color: globals.$ion-semantics-danger-800;
205
+ }
206
+}
207
208
// Checkbox overrides the disabled state mixin properties
209
// to fix positioning issues, as the top and left properties
210
// cause the overlay to start inside the border. We unset
0 commit comments