Stabilize e2e suite: rate-limit, spec drift, a11y, visual baselines #1
2 changed files with 4 additions and 3 deletions
|
|
@ -1017,6 +1017,7 @@ onUnmounted(() => {
|
||||||
.checkbox-label a,
|
.checkbox-label a,
|
||||||
.checkbox-label :deep(a) {
|
.checkbox-label :deep(a) {
|
||||||
color: var(--candle);
|
color: var(--candle);
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---- ERROR & SUCCESS BOXES ---- */
|
/* ---- ERROR & SUCCESS BOXES ---- */
|
||||||
|
|
|
||||||
|
|
@ -712,11 +712,11 @@ useHead({
|
||||||
|
|
||||||
.posts-empty-link {
|
.posts-empty-link {
|
||||||
color: var(--candle);
|
color: var(--candle);
|
||||||
text-decoration: none;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.posts-empty-link:hover {
|
.timezone-select :deep([data-slot="placeholder"]) {
|
||||||
text-decoration: underline;
|
color: var(--text-dim);
|
||||||
}
|
}
|
||||||
|
|
||||||
.posts-list {
|
.posts-list {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue