From d157e392085d5e16d89aac8021138d89991a1091 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Tue, 28 May 2024 10:55:10 +0200 Subject: [PATCH] fix: blue everywhere on search page (#1073) --- components-ui/filter-menu/style.module.css | 4 +--- .../search-results/advanced-search-tutorial/style.module.css | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/components-ui/filter-menu/style.module.css b/components-ui/filter-menu/style.module.css index 790471577..93d910c2d 100644 --- a/components-ui/filter-menu/style.module.css +++ b/components-ui/filter-menu/style.module.css @@ -46,9 +46,7 @@ span.search-filter-label { padding: 5px 10px; } -span.search-filter-label>span { - color: var(--annuaire-colors-frBlue); -} + span.search-filter-label:hover { border-color: #0a76f6; diff --git a/components/search-results/advanced-search-tutorial/style.module.css b/components/search-results/advanced-search-tutorial/style.module.css index 74ad1a431..8fdad858e 100644 --- a/components/search-results/advanced-search-tutorial/style.module.css +++ b/components/search-results/advanced-search-tutorial/style.module.css @@ -27,9 +27,6 @@ .advanced-search-tutorial > div ul li { margin: 0 0 20px; } -.advanced-search-tutorial > div li > span { - color: var(--annuaire-colors-frBlue); -} @media only screen and (min-width: 1px) and (max-width: 576px) { .advanced-search-tutorial > svg {