Skip to content

Commit 00f695d

Browse files
lunnyzeripath
andauthored
Revert "Fix notification and stopwatch empty states" (#22876)
Per #22845 (comment) Reverts #22845 Let's have a better PR. @silverwind @zeripath Co-authored-by: zeripath <art27@cantab.net>
1 parent e1aca7c commit 00f695d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

web_src/less/_base.less

-1
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,6 @@ footer {
18031803
}
18041804
}
18051805

1806-
/* TODO: remove in favor of .hidden helper */
18071806
.hide {
18081807
display: none;
18091808

web_src/less/helpers.less

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
/* below class names match Tailwind CSS */
2323
.pointer-events-none { pointer-events: none !important; }
2424
.relative { position: relative !important; }
25-
.hidden { display: none !important; }
2625

2726
.mono {
2827
font-family: var(--fonts-monospace) !important;

0 commit comments

Comments
 (0)