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:
Brandy Carney
2017-04-28 18:18:57 -04:00
parent 20b7ab7c57
commit 588fad879f
3 changed files with 26 additions and 5 deletions

View File

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