UI: restyle filter bar active state

This commit is contained in:
Alex Gleason 2021-09-13 13:59:00 -05:00
parent 638f55f208
commit 57430e8a98
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -654,17 +654,10 @@
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 50%; left: 50%;
width: 0; width: 100%;
height: 0; height: 3px;
transform: translateX(-50%); transform: translateX(-50%);
border-style: solid; background-color: var(--accent-color);
border-width: 0 10px 10px;
border-color: transparent transparent var(--brand-color--faint);
}
&::after {
bottom: -1px;
border-color: transparent transparent var(--foreground-color);
} }
} }
} }