diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-17 19:47:48 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-17 19:47:48 -0800 |
| commit | d7c1cc00abe7c8097625ee905a1285aa0794a598 (patch) | |
| tree | 114ae9f7f09222f6881787360ffaa1385a69f834 /frontend-vanilla/src/style.css | |
| parent | 5c5f440085255bf7f11af589faa4fa14d74f9294 (diff) | |
| download | neko-d7c1cc00abe7c8097625ee905a1285aa0794a598.tar.gz neko-d7c1cc00abe7c8097625ee905a1285aa0794a598.tar.bz2 neko-d7c1cc00abe7c8097625ee905a1285aa0794a598.zip | |
Remove visual 'selected' state highlight from feed items
Diffstat (limited to 'frontend-vanilla/src/style.css')
| -rw-r--r-- | frontend-vanilla/src/style.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/frontend-vanilla/src/style.css b/frontend-vanilla/src/style.css index f58ae24..c765666 100644 --- a/frontend-vanilla/src/style.css +++ b/frontend-vanilla/src/style.css @@ -444,14 +444,6 @@ select:focus { transition: background-color 0.2s ease; } -.feed-item.selected { - background-color: rgba(0, 123, 255, 0.05); - box-shadow: inset 4px 0 0 var(--accent-color); -} - -.theme-dark .feed-item.selected { - background-color: rgba(33, 136, 255, 0.1); -} .item-header { display: flex; |
