style: fix stale comment, merge split tile-meta CSS block, clarify test variable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user