Skip to content

Commit

Permalink
Revert "Fix notification and stopwatch empty states" (#22876)
Browse files Browse the repository at this point in the history
Per #22845 (comment)

Reverts #22845

Let's have a better PR.

@silverwind @zeripath

Co-authored-by: zeripath <art27@cantab.net>
  • Loading branch information
lunny and zeripath authored Feb 12, 2023
1 parent e1aca7c commit 00f695d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion web_src/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,6 @@ footer {
}
}

/* TODO: remove in favor of .hidden helper */
.hide {
display: none;

Expand Down
1 change: 0 additions & 1 deletion web_src/less/helpers.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 00f695d

Please sign in to comment.