mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01: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:
parent
e1aca7cbdd
commit
00f695da48
2 changed files with 0 additions and 2 deletions
|
@ -1803,7 +1803,6 @@ footer {
|
|||
}
|
||||
}
|
||||
|
||||
/* TODO: remove in favor of .hidden helper */
|
||||
.hide {
|
||||
display: none;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue