Skip to content

Commit

Permalink
HOT-FIX pas de bordure au focus sur le résultat de recherche
Browse files Browse the repository at this point in the history
  • Loading branch information
clementdelafontaine committed Apr 25, 2024
1 parent 10ebae0 commit 3577bdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/common/results/ResultComponents.vue
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,8 @@ watch(() => props.dataReady, () => {
position: relative;
bottom: -5em;
}
#returned-results-statement-container:focus-visible {
outline: none;
}
</style>

0 comments on commit 3577bdb

Please sign in to comment.