mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(label): set the ios variables to null to avoid styling
fixes #11631
This commit is contained in:
@ -4,10 +4,10 @@
|
|||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
/// @prop - Text color of the label by an input, select, or datetime
|
/// @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
|
/// @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
|
/// @prop - Margin of the label
|
||||||
$label-ios-margin: $item-ios-padding-top ($item-ios-padding-right / 2) $item-ios-padding-bottom 0 !default;
|
$label-ios-margin: $item-ios-padding-top ($item-ios-padding-right / 2) $item-ios-padding-bottom 0 !default;
|
||||||
|
Reference in New Issue
Block a user