Skip to content

Commit

Permalink
fix(Rating): fixing issue with styling of controlled rating component
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Oct 10, 2015
1 parent 4003f01 commit 82087cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Rating.js
Expand Up @@ -183,7 +183,7 @@ export default class Rating extends Component {
this.preventFocusStyleForTouchAndClick = has(properties, 'preventFocusStyleForTouchAndClick') ? properties.preventFocusStyleForTouchAndClick : config.preventFocusStyleForTouchAndClick;

removeStyle(this.ratingWrapperStyleId);
updatePseudoClassStyle(this._styleId, properties, this.preventFocusStyleForTouchAndClick);
updatePseudoClassStyle(this.ratingWrapperStyleId, properties, this.preventFocusStyleForTouchAndClick);
}

/**
Expand Down

0 comments on commit 82087cb

Please sign in to comment.