Style: Removed button click outline

This commit is contained in:
Franklin van de Meent
2017-09-14 19:56:31 +02:00
committed by GitHub
parent 4a956f30ee
commit 6507ca791d
+1
View File
@@ -29,6 +29,7 @@
button { button {
padding: 0.8rem; padding: 0.8rem;
border: 0; border: 0;
outline: none;
background-color: #fff; background-color: #fff;
font-weight: bold; font-weight: bold;
} }