Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/features/mytasks/myTasks.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading