UI: drop tab-bar tap highlight; don't slide the first screen on launch #45

Merged
developer merged 3 commits from feature/ui-tap-startup-polish into development 2026-06-11 21:55:21 +00:00
Showing only changes of commit 390b4c756f - Show all commits
+3 -1
View File
@@ -297,7 +297,9 @@
border-radius: 0; border-radius: 0;
} }
.grid.gridless .cell.dark { .grid.gridless .cell.dark {
background: color-mix(in srgb, var(--cell-bg) 88%, #000); /* A gentle checkerboard tint: enough to read the alternation without competing with the
bonus cells. Lightened from a stronger mix that looked too contrasty in light theme. */
background: color-mix(in srgb, var(--cell-bg) 94%, #000);
} }
.grid.gridless .cell.filled, .grid.gridless .cell.filled,
.grid.gridless .cell.pending { .grid.gridless .cell.pending {