소스 검색

remove user-select from input

AykutSarac 3 년 전
부모
커밋
51d98a784d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/components/Input/index.tsx

+ 0 - 1
src/components/Input/index.tsx

@@ -23,7 +23,6 @@ const StyledInput = styled.input`
   font-size: 14px;
   font-weight: 500;
   transition: width 0.3s;
-  user-select: none;
 
   &::-webkit-search-decoration,
   &::-webkit-search-cancel-button,