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 ab0b5ce commit 3498129Copy full SHA for 3498129
core/src/components/checkbox/checkbox.ionic.scss
@@ -199,12 +199,9 @@ input {
199
// --------------------------------------------------
200
:host(.ion-invalid) {
201
--focus-ring-color: #{globals.$ion-border-focus-error};
202
-
203
- .native-wrapper {
204
- border-color: globals.$ion-border-danger-default;
205
- }
206
}
207
+:host(.ion-invalid:not(.checkbox-checked)),
208
:host(.ion-invalid:not(.checkbox-checked).checkbox-disabled) {
209
.native-wrapper {
210
border-color: globals.$ion-border-danger-default;
0 commit comments