Skip to content

Cleaner weekday-header lines (continuous underline, follows gridlines toggle) - #6

Merged
alontu merged 1 commit into
masterfrom
style/cleaner-weekday-header
Jun 12, 2026
Merged

Cleaner weekday-header lines (continuous underline, follows gridlines toggle)#6
alontu merged 1 commit into
masterfrom
style/cleaner-weekday-header

Conversation

@alontu

@alontu alontu commented Jun 12, 2026

Copy link
Copy Markdown
Owner

Request

The weekday header had gridlines that looked broken and stayed fixed regardless of the gridlines toggle.

Change (Option 1 of the alternatives)

  • Replace the per-cell bottom border (broken into dashes by the 4px grid gap) with a single continuous underline via a box-shadow that bridges the gaps.
  • Drop the doubled Sunday vertical line in the header.
  • The header underline now follows the gridlines toggle (gridlines off → clean header too), instead of being constant.
  • De-duplicate a repeated .hideGridlines .headerCell rule.

CSS-only; 70 tests green, build green. (An alternative "subtle header band" look is available on request.)

🤖 Generated with Claude Code

…dlines toggle

The weekday header drew a per-cell bottom border, which the 4px grid gap broke
into disconnected dashes, and it stayed regardless of the gridlines toggle.

Replace it with a single continuous underline (box-shadow trick that bridges
the gaps), drop the doubled Sunday vertical line, and make the underline follow
the gridlines toggle (gridlines off -> clean header too). De-duplicates a
repeated rule.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@alontu
alontu merged commit 370cb17 into master Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant