瀏覽代碼

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,