Browse Source

remove button text shadow

mightyplow 4 years ago
parent
commit
6243b7da12
1 changed files with 0 additions and 1 deletions
  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);