From 85313b4607db089d320f0e9fd10ce2bbc8dae827 Mon Sep 17 00:00:00 2001 From: Gitea Date: Fri, 8 Jan 2021 10:05:49 +0800 Subject: [PATCH] stop new window when icon is gray. --- templates/repo/cloudbrain/index.tmpl | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/templates/repo/cloudbrain/index.tmpl b/templates/repo/cloudbrain/index.tmpl index 40e4adafb..2a9320f27 100755 --- a/templates/repo/cloudbrain/index.tmpl +++ b/templates/repo/cloudbrain/index.tmpl @@ -169,6 +169,11 @@ .dis { margin-bottom: 20px; } + + .disabled { + cursor: pointer; + pointer-events: none; + } @@ -261,9 +266,10 @@ +
- + 评分 @@ -282,7 +288,7 @@
- + 调试 @@ -380,6 +386,15 @@ {{template "base/footer" .}}