Skip to content

Commit

Permalink
fix(label): set the ios variables to null to avoid styling
Browse files Browse the repository at this point in the history
fixes #11631
  • Loading branch information
brandyscarney committed May 12, 2017
1 parent 4347627 commit 2c66c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/label/label.ios.scss
Expand Up @@ -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;
Expand Down

0 comments on commit 2c66c56

Please sign in to comment.