Skip to content

Commit

Permalink
fix: blue everywhere on search page (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
johangirod committed May 28, 2024
1 parent 0c88e98 commit d157e39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions components-ui/filter-menu/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d157e39

Please sign in to comment.