소스 검색

Remove outlines from all buttons

Lee Morgan 6 년 전
부모
커밋
4f916414ee
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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;