瀏覽代碼

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;
 }