Skip to content

Commit

Permalink
Remove css tests
Browse files Browse the repository at this point in the history
  • Loading branch information
at-github committed Nov 18, 2024
1 parent da315f2 commit adbcf30
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/components/SearchComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,28 +177,15 @@ const dropdownLabel = (text: string) => {
margin-top: 42px;
}
/** dsfr **/
/** dsfr component (simple search) **/
.fr-search-bar {
flex-direction: row-reverse;
}
:deep(.fr-search-bar .fr-btn) {
border: 1px solid red;
}
.fr-search-bar :deep(.fr-btn) {
border-bottom: 2px solid var(--border-action-high-blue-france);
background-color: var(--background-contrast-grey);
color: #35495e;
}
.datagouv-components .fr-btn {
background-color: red;
border: 1px solid red;
}
:deep(.datagouv-components .fr-btn) {
background-color: red;
border: 1px solid red;
}
</style>

0 comments on commit adbcf30

Please sign in to comment.