Skip to content

Commit e04bfca

Browse files
committed
support hover states for four-range-control
1 parent c6a654c commit e04bfca

2 files changed

Lines changed: 334 additions & 148 deletions

File tree

src/components/advanced-range-control/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ const AdvancedRangeControl = props => {
8989

9090
const mobileHasValue = {
9191
normal: mobileValue.normal && mobileValue.normal !== '',
92-
hover: mobileValue.hover && mobileValue.hover !== '',
93-
'parent-hover': mobileValue[ 'parent-hover' ] && mobileValue[ 'parent-hover' ] !== '',
9492
}
9593

9694
const desktopFallbackValue = {

0 commit comments

Comments
 (0)