diff --git a/packages/core/src/components/alert/alert.ios.scss b/packages/core/src/components/alert/alert.ios.scss index 490dff7375..5fb27339de 100644 --- a/packages/core/src/components/alert/alert.ios.scss +++ b/packages/core/src/components/alert/alert.ios.scss @@ -192,10 +192,6 @@ color: $alert-ios-checkbox-label-text-color; } -.alert-ios [aria-checked=true] .alert-checkbox-label { - color: $alert-ios-checkbox-label-text-color-checked; -} - // iOS Alert Checkbox Outer Circle: Unchecked // ----------------------------------------- diff --git a/packages/core/src/components/alert/alert.ios.vars.scss b/packages/core/src/components/alert/alert.ios.vars.scss index 12247b59eb..a033bb1a31 100644 --- a/packages/core/src/components/alert/alert.ios.vars.scss +++ b/packages/core/src/components/alert/alert.ios.vars.scss @@ -227,9 +227,6 @@ $alert-ios-checkbox-label-padding-start: $alert-ios-checkbox-label-paddin /// @prop - Text color of the label for the checkbox in the alert $alert-ios-checkbox-label-text-color: $text-ios-color !default; -/// @prop - Text color of the label for the checked checkbox in the alert -$alert-ios-checkbox-label-text-color-checked: ion-color($colors-ios, primary, base, ios) !default; - /// @prop - Margin top of the checkbox in the alert $alert-ios-checkbox-margin-top: 10px !default; diff --git a/packages/core/src/components/alert/alert.md.scss b/packages/core/src/components/alert/alert.md.scss index 946581afc7..72e3dee631 100644 --- a/packages/core/src/components/alert/alert.md.scss +++ b/packages/core/src/components/alert/alert.md.scss @@ -185,9 +185,6 @@ color: $alert-md-checkbox-label-text-color; } -.alert-md [aria-checked=true] .alert-checkbox-label { - color: $alert-md-checkbox-label-text-color-checked; -} // Material Design Alert Checkbox Outline: Unchecked // -------------------------------------------------- diff --git a/packages/core/src/components/alert/alert.md.vars.scss b/packages/core/src/components/alert/alert.md.vars.scss index 9208748128..ff469a29fc 100644 --- a/packages/core/src/components/alert/alert.md.vars.scss +++ b/packages/core/src/components/alert/alert.md.vars.scss @@ -272,9 +272,6 @@ $alert-md-checkbox-label-padding-start: $alert-md-checkbox-label-padding-e /// @prop - Text color of the label for the checkbox in the alert $alert-md-checkbox-label-text-color: $text-md-color !default; -/// @prop - Text color of the label for the checked checkbox in the alert -$alert-md-checkbox-label-text-color-checked: ion-color($colors-md, primary, base, md) !default; - /// @prop - Top of the checkbox in the alert $alert-md-checkbox-top: 0 !default;