0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 10:09:06 +02:00

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>
This commit is contained in:
Lunny Xiao 2023-02-12 16:18:07 +08:00 committed by GitHub
parent e1aca7cbdd
commit 00f695da48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -1803,7 +1803,6 @@ footer {
}
}
/* TODO: remove in favor of .hidden helper */
.hide {
display: none;

View file

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