소스 검색

update css

SyuanYu 2 년 전
부모
커밋
4b27d64bd7
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      backstage/static/styles/main.css

+ 2 - 1
backstage/static/styles/main.css

@@ -555,7 +555,8 @@ a.bg-dark:focus {
 }
 
 .disabled-link {
-  pointer-events: none;
+  display: inline-block;
   cursor: default;
+  pointer-events: none;
   color: rgba(255, 255, 255, 0.7) !important;
 }