time: Revert to Source Sans lnum, tnum defaults.

Source Sans 3 defaults to lining (lnum), tabular (tnum) figures,
the latter of which is necessary to have times like 11:11 and 11:18
line up in short, adjacent messages.

CZO discussion:
https://chat.zulip.org/#narrow/stream/6-frontend/topic/redesigned.20hover.20icons.20.2326283/near/1629117
This commit is contained in:
Karl Stolley
2023-08-22 14:57:58 -05:00
committed by Tim Abbott
parent 1f3c125217
commit f07fb4fd58

View File

@@ -1152,9 +1152,6 @@ td.pointer {
text-align: right; text-align: right;
opacity: 0.8; opacity: 0.8;
color: var(--color-text-default); color: var(--color-text-default);
font-feature-settings:
"pnum" on,
"lnum" on;
letter-spacing: 0.02em; letter-spacing: 0.02em;
/* Disable blue link styling for the message timestamp link. */ /* Disable blue link styling for the message timestamp link. */
&:hover { &:hover {