mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(label): add the $label-ios-text-color sass variables back
adds better descriptions for the sass variables in the other modes resolves #11373
This commit is contained in:
@ -3,10 +3,10 @@
|
||||
// Windows Label
|
||||
// --------------------------------------------------
|
||||
|
||||
/// @prop - Text color of the label
|
||||
/// @prop - Text color of the label by an input, select, or datetime
|
||||
$label-wp-text-color: #999 !default;
|
||||
|
||||
/// @prop - Text color of the label when it has focused
|
||||
/// @prop - Text color of the stacked/floating label when it is focused
|
||||
$label-wp-text-color-focused: color($colors-wp, primary) !default;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user