Fix filter style

This commit is contained in:
2026-05-02 12:58:33 +07:00
parent 2d671a8ce2
commit 2bf1b0f6ef
7 changed files with 19 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ body {
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; -webkit-tap-highlight-color: transparent; user-select: none; }
/* ── Background blobs (fixed, full page) ── */
.sfB-bg {
@@ -895,6 +895,11 @@ body > *:not(.sfB-bg) { position: relative; z-index: 1; }
border: 0;
cursor: pointer;
background: transparent;
outline: none;
}
.sfB-pills .filter-pill:focus-visible {
outline: 2px solid var(--sf-coral);
outline-offset: 2px;
}
.sfB-pills .filter-pill.active {
background: linear-gradient(135deg, var(--sf-coral), var(--sf-orange));