From 510d84fbd41278a2fca46e4304b42a903c1211fc Mon Sep 17 00:00:00 2001 From: John Corser Date: Sun, 2 Aug 2026 21:31:01 -0400 Subject: [PATCH] design(mytasks): remove stray divider lines from the group-by segment --- src/features/mytasks/myTasks.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/features/mytasks/myTasks.css b/src/features/mytasks/myTasks.css index 857adab..6aeee80 100644 --- a/src/features/mytasks/myTasks.css +++ b/src/features/mytasks/myTasks.css @@ -115,11 +115,14 @@ /* Calm, sentence-case group-by tabs. Ionic's segment button defaults to ALL-CAPS + wide letter-spacing, which reads shouty/dated next to the app's - sentence-case UI. Restore normal casing + a lighter weight (Asana-like). */ + sentence-case UI. Restore normal casing + a lighter weight (Asana-like). + Also drop Ionic's iOS inter-tab divider lines (its --border-color prop) — + they read as stray vertical rules in this pill-style segment. */ .mytasks__group ion-segment-button { text-transform: none; letter-spacing: normal; font-weight: 600; + --border-color: transparent; } .mytasks__show-done {