From 57430e8a98b5c92ada18cbb401d71a29e5059dcf Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 13 Sep 2021 13:59:00 -0500 Subject: [PATCH] UI: restyle filter bar active state --- app/styles/ui.scss | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/app/styles/ui.scss b/app/styles/ui.scss index 47b41148fe..a706cbdf7f 100644 --- a/app/styles/ui.scss +++ b/app/styles/ui.scss @@ -654,17 +654,10 @@ position: absolute; bottom: 0; left: 50%; - width: 0; - height: 0; + width: 100%; + height: 3px; transform: translateX(-50%); - border-style: solid; - border-width: 0 10px 10px; - border-color: transparent transparent var(--brand-color--faint); - } - - &::after { - bottom: -1px; - border-color: transparent transparent var(--foreground-color); + background-color: var(--accent-color); } } }