소스 검색

Add outline to button list (#644)

It's unclear otherwise when using the keyboard
Christopher Chedeau 5 년 전
부모
커밋
39674fe2b0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/styles.scss

+ 1 - 0
src/styles.scss

@@ -88,6 +88,7 @@ body {
   margin: 1px;
 }
 
+.buttonList label:focus-within,
 input:focus {
   outline: transparent;
   box-shadow: 0 0 0 2px #a5d8ff;