Changeset bad5c77 in Klonkt


Ignore:
Timestamp:
06/20/2026 07:33:34 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
d219d56
Parents:
0fcc09c
Message:

fix(agenda): on the calendar page only Agenda active, Timeline/Grid grey

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/partials/shared-styles.ejs

    r0fcc09c rbad5c77  
    5151.vs-agenda:hover { color: var(--ink); }
    5252.vs-agenda.is-active { background: var(--paper); color: var(--ink); box-shadow: 0 1px 2px rgba(0,0,0,.06); }
     53/* Op de agendapagina is Agenda het actieve item → Tijdlijn/Grid grijs (inactief). */
     54body.on-shows .view-switch-btn[aria-selected="true"] { background: transparent; color: var(--ink-muted, var(--ink-soft)); box-shadow: none; }
    5355
    5456.grid-cols-picker {
Note: See TracChangeset for help on using the changeset viewer.