Skip to content

Commit c9400b6

Browse files
committed
refactor: code clean up
1 parent 3ed0a70 commit c9400b6

File tree

1 file changed

+0
-2
lines changed
  • src/Shared/Components/SelectPicker

1 file changed

+0
-2
lines changed

src/Shared/Components/SelectPicker/utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ export const getCommonSelectStyle = <OptionValue, IsMulti extends boolean>({
152152

153153
...(state.isDisabled && {
154154
cursor: 'not-allowed',
155-
// Adding to ensure no active or hover is applied
156-
// backgroundColor: 'var(--N0) !important',
157155
opacity: 0.5,
158156
}),
159157
}),

0 commit comments

Comments
 (0)