mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(alert): remove the color from the checkbox label
This commit is contained in:
@@ -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
|
||||
// -----------------------------------------
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
// --------------------------------------------------
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user