Fix filter style
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user