Skip to content

Commit 1906b45

Browse files
authored
Revert "Fix notification and stopwatch empty states (#22845)"
This reverts commit 8fa54d0.
1 parent b0f1872 commit 1906b45

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

web_src/less/_base.less

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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)