summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2023-02-12 16:18:07 +0800
committerGitHub <noreply@github.com>2023-02-12 08:18:07 +0000
commit00f695da482be70eaca544472e7f2df4ec5c2f68 (patch)
treeed74fe21c1752e783ea993fd8e288f1151d95828
parente1aca7cbddea61f0802810cd2a05fa121c3d15ef (diff)
downloadgitea-00f695da482be70eaca544472e7f2df4ec5c2f68.tar.gz
gitea-00f695da482be70eaca544472e7f2df4ec5c2f68.zip
Revert "Fix notification and stopwatch empty states" (#22876)
Per https://github.com/go-gitea/gitea/pull/22845#issuecomment-1426950234 Reverts go-gitea/gitea#22845 Let's have a better PR. @silverwind @zeripath Co-authored-by: zeripath <art27@cantab.net>
-rw-r--r--web_src/less/_base.less1
-rw-r--r--web_src/less/helpers.less1
2 files changed, 0 insertions, 2 deletions
diff --git a/web_src/less/_base.less b/web_src/less/_base.less
index 279a23ba65..4a22b8af4b 100644
--- a/web_src/less/_base.less
+++ b/web_src/less/_base.less
@@ -1803,7 +1803,6 @@ footer {
}
}
-/* TODO: remove in favor of .hidden helper */
.hide {
display: none;
diff --git a/web_src/less/helpers.less b/web_src/less/helpers.less
index 06f2f8a347..20670a3786 100644
--- a/web_src/less/helpers.less
+++ b/web_src/less/helpers.less
@@ -22,7 +22,6 @@
/* below class names match Tailwind CSS */
.pointer-events-none { pointer-events: none !important; }
.relative { position: relative !important; }
-.hidden { display: none !important; }
.mono {
font-family: var(--fonts-monospace) !important;