Changeset af5407f in Klonkt for src/assets/js

Timestamp:
06/15/2026 04:21:06 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
63edb0d, b300682
Parents:
11a6871
Message:

fix: view-switcher on post — active colour removed, buttons still clickable

Previous attempt greyed out the entire bar + set pointer-events:none (not
clickable). Robin wants the active (coloured) highlight gone but the buttons
still clickable. The active state sits in style.css on body[data-feed-view]/
[data-grid-cols] (background:var(--ink)) — we now override that more specifically
via body.on-post to the neutral look. No more pointer-events:none: clicking
navigates (as intended) to the feed in that view.

Co-Authored-By: Claude <noreply@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.