Browse Source

Remove outlines from all buttons

Lee Morgan 6 years ago
parent
commit
4f916414ee
1 changed files with 8 additions and 0 deletions
  1. 8 0
      views/shared/shared.css

+ 8 - 0
views/shared/shared.css

@@ -25,6 +25,14 @@ h3 {
     color: gray;
 }
 
+button{
+    outline: 0;
+}
+
+button::-moz-focus-inner{
+    border: 0;
+}
+
 .link {
     cursor: pointer;
     color: gray;