style: fix stale comment, merge split tile-meta CSS block, clarify test variable

This commit is contained in:
Brian Krabach
2026-04-01 16:29:33 -07:00
parent f18caf5d27
commit c5df6511c1
3 changed files with 5 additions and 6 deletions
+1 -5
View File
@@ -225,17 +225,13 @@ body {
color: var(--text-muted);
white-space: nowrap;
margin-left: 8px;
transition: opacity 150ms ease; /* × crossfade with badge + timestamp on hover */
}
.tile-meta-sep {
margin: 0 2px;
}
/* × crossfade with badge + timestamp on hover */
.tile-meta {
transition: opacity 150ms ease;
}
.session-tile:hover .tile-meta,
.session-tile:focus-within .tile-meta {
opacity: 0;