浏览代码

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);