Commit 72b110a
committed
fix: keep the unread comment icon's weight out of the forced style
The discussion list signals unread replies by icon weight alone: a
solid comment for unread against a regular one for read. Forcing a
FontAwesome style restyled both to the same weight, making the two
states indistinguishable.
The unread icon now opts out with noStyleOverride, the same exemption
the online indicator and subscription stars use (#4873). The read-state
icon still follows the forced style, so the contrast survives — the
checkmark shown on hover is an action glyph, not a weight signal, and
keeps following the forced style too.1 parent fa31702 commit 72b110a
1 file changed
Lines changed: 9 additions & 1 deletion
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
323 | 331 | | |
324 | 332 | | |
325 | 333 | | |
| |||
0 commit comments