Selaa lähdekoodia

Remove outlines from all buttons

Lee Morgan 6 vuotta sitten
vanhempi
sitoutus
4f916414ee
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  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;