lex 1 년 전
부모
커밋
3f5aeb86af
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/creation/index.module.less

+ 3 - 0
src/views/creation/index.module.less

@@ -6,13 +6,16 @@
       background-size: cover;
     }
 
+
     .video-js .vjs-progress-control:hover .vjs-progress-holder {
       font-size: inherit !important;
+      outline: none;
     }
 
     .video-js .vjs-slider:focus {
       box-shadow: none !important;
       text-shadow: none !important;
+      outline: none;
     }
   }
 }