Stabilize e2e suite: rate-limit, spec drift, a11y, visual baselines #1

Merged
jennie merged 5 commits from fix/e2e-stabilization-2026-04-26 into main 2026-04-26 19:16:22 +00:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 0c489cf2c3 - Show all commits

View file

@ -1017,6 +1017,7 @@ onUnmounted(() => {
.checkbox-label a,
.checkbox-label :deep(a) {
color: var(--candle);
text-decoration: underline;
}
/* ---- ERROR & SUCCESS BOXES ---- */

View file

@ -712,11 +712,11 @@ useHead({
.posts-empty-link {
color: var(--candle);
text-decoration: none;
text-decoration: underline;
}
.posts-empty-link:hover {
text-decoration: underline;
.timezone-select :deep([data-slot="placeholder"]) {
color: var(--text-dim);
}
.posts-list {