Skip to content

Commit 397f132

Browse files
committed
fix: hover state for segmented control
1 parent d85cfa5 commit 397f132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/SegmentedControl/NSegmentedControl.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const NSegmentedControl = ({ segments, onChange, name, size = ComponentSizeType.
8686
name={name}
8787
onChange={() => handleSegmentChange(segment)}
8888
checked={isSelected}
89-
className="dc__opacity-0 m-0-imp dc__top-0 dc__left-0 dc__position-abs dc__bottom-0 dc__right-0 w-100 pointer h-100"
89+
className="dc__opacity-0 m-0-imp dc__top-0 dc__left-0 dc__position-abs dc__bottom-0 dc__right-0 w-100 pointer h-100 dc__visibility-hidden"
9090
/>
9191

9292
<label

0 commit comments

Comments
 (0)