소스 검색

set outline: none

Yuki Takei 6 년 전
부모
커밋
bf36eae7d6
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/client/styles/scss/_override-bootstrap.scss

+ 4 - 0
src/client/styles/scss/_override-bootstrap.scss

@@ -1,6 +1,10 @@
 @import 'override-bootstrap-variables';
 @import 'layout_variable';
 
+* {
+  outline: none !important;
+}
+
 :root {
   font-size: $font-size-root;
 }