fix(alert): remove the color from the checkbox label

This commit is contained in:
Brandy Carney
2018-02-13 17:16:14 -05:00
parent 98a6475481
commit 4305a5e346
4 changed files with 0 additions and 13 deletions

View File

@@ -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
// -----------------------------------------

View File

@@ -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;

View File

@@ -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
// --------------------------------------------------

View File

@@ -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;