From bd2508211760edbc1bad1d515587d08fd2ec99c9 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 06:58:30 -0800 Subject: Implement Item Interactions (read/star) with tests --- .../coverage/src/components/FeedItems.css.html | 142 +-------------------- 1 file changed, 2 insertions(+), 140 deletions(-) (limited to 'frontend/coverage/src/components/FeedItems.css.html') diff --git a/frontend/coverage/src/components/FeedItems.css.html b/frontend/coverage/src/components/FeedItems.css.html index 3951ead..2140fe0 100644 --- a/frontend/coverage/src/components/FeedItems.css.html +++ b/frontend/coverage/src/components/FeedItems.css.html @@ -76,99 +76,7 @@ 11 12 13 -14 -15 -16 -17 -18 -19 -20 -21 -22 -23 -24 -25 -26 -27 -28 -29 -30 -31 -32 -33 -34 -35 -36 -37 -38 -39 -40 -41 -42 -43 -44 -45 -46 -47 -48 -49 -50 -51 -52 -53 -54 -55 -56 -57 -58 -59 -60  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  +14        @@ -194,52 +102,6 @@ .item-list { list-style: none; padding: 0; -} -  -.item { - border-bottom: 1px solid #f0f0f0; - padding: 1rem 0; -} -  -.item.read .item-title { - color: #888; - font-weight: normal; -} -  -.item.unread .item-title { - font-weight: bold; -} -  -.item-title { - font-size: 1.2rem; - text-decoration: none; - color: #333; - display: block; - margin-bottom: 0.5rem; -} -  -.item-title:hover { - text-decoration: underline; - color: #007bff; -} -  -.item-meta { - font-size: 0.85rem; - color: #666; - margin-bottom: 0.5rem; -} -  -.item-description { - color: #444; - line-height: 1.5; - font-size: 0.95rem; -} -  -.item-description img { - max-width: 100%; - height: auto; - display: block; - margin: 1rem 0; }
@@ -247,7 +109,7 @@