From dfacfaf13f55753dd88627e95186cd8bff69fd16 Mon Sep 17 00:00:00 2001 From: Alek Petuskey Date: Thu, 16 Nov 2023 11:24:25 -0800 Subject: [PATCH] Fix navbar commment --- pcweb/components/navbar.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/pcweb/components/navbar.py b/pcweb/components/navbar.py index a0477a3b98..c148e0b013 100644 --- a/pcweb/components/navbar.py +++ b/pcweb/components/navbar.py @@ -299,16 +299,7 @@ def format_search_results(result): ), on_click=NavbarState.close_search, href=result["document"]["href"], - ), - - bg="#FAF8FB", - border_radius="8px", - align_items="start", - padding="0.5em", - shadow=styles.DOC_SHADOW, - _hover={"background_color": "#F5EFFE", "color": "#5646ED"}, - width="100%", - ) + ) def ai_button():