소스 검색

remove button text shadow

mightyplow 4 년 전
부모
커밋
6243b7da12
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/components/button/button.css

+ 0 - 1
src/components/button/button.css

@@ -11,7 +11,6 @@
     background: rgba(0, 0, 0, 0.1);
     border: 0;
     outline: none;
-    text-shadow: 1px 1px 1px #ddd;
 
     &:hover {
         background: rgba(0, 0, 0, 0.2);