소스 검색

Improve checkbox keyboard focus styles without changing page layout

Thibaud Colas 3 년 전
부모
커밋
c46001604b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      client/scss/elements/_forms.scss

+ 2 - 2
client/scss/elements/_forms.scss

@@ -214,9 +214,9 @@ input[type=radio]:checked:before {
 
 input[type=checkbox] {
     height: 12px;
-    width: auto;
+    width: 22px;
     position: relative;
-    margin-right: 27px;
+    margin-right: 5px;
 }
 
 input[type=checkbox]:before {