fix(label): set the ios variables to null to avoid styling

fixes #11631
This commit is contained in:
Brandy Carney
2017-05-12 12:21:50 -04:00
parent 4347627f26
commit 2c66c56d69

View File

@ -4,10 +4,10 @@
// --------------------------------------------------
/// @prop - Text color of the label by an input, select, or datetime
$label-ios-text-color: unset !default;
$label-ios-text-color: null !default;
/// @prop - Text color of the stacked/floating label when it is focused
$label-ios-text-color-focused: unset !default;
$label-ios-text-color-focused: null !default;
/// @prop - Margin of the label
$label-ios-margin: $item-ios-padding-top ($item-ios-padding-right / 2) $item-ios-padding-bottom 0 !default;