Skip to content

Commit

Permalink
support hover states for four-range-control
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkae committed Sep 13, 2023
1 parent c6a654c commit e04bfca
Show file tree
Hide file tree
Showing 2 changed files with 334 additions and 148 deletions.
2 changes: 0 additions & 2 deletions src/components/advanced-range-control/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ const AdvancedRangeControl = props => {

const mobileHasValue = {
normal: mobileValue.normal && mobileValue.normal !== '',
hover: mobileValue.hover && mobileValue.hover !== '',
'parent-hover': mobileValue[ 'parent-hover' ] && mobileValue[ 'parent-hover' ] !== '',
}

const desktopFallbackValue = {
Expand Down
Loading

0 comments on commit e04bfca

Please sign in to comment.