Skip to content

Commit

Permalink
fix dsfr search bar radius button
Browse files Browse the repository at this point in the history
  • Loading branch information
narduin committed Nov 6, 2024
1 parent 2cb1995 commit bc3bc72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,9 @@ form .error-status {
.fr-pagination__link[aria-current] {
--hover: var(--blue-cumulus-sun-368-moon-732-hover--fix);
}

/* DSFR search bar fix */

.datagouv-components .fr-search-bar .fr-btn {
border-radius: 0 0.25rem 0 0;
}

0 comments on commit bc3bc72

Please sign in to comment.