Skip to content

Commit

Permalink
remove orange focus outline
Browse files Browse the repository at this point in the history
  • Loading branch information
carylwyatt committed Aug 5, 2024
1 parent 9457372 commit d87a0ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/js/components/CollectionsToolbar/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -350,4 +350,7 @@
.bg-secondary button:not(.dropdown-item):focus-visible, .bg-secondary .form-select:focus-visible {
outline-offset:0;
}
.form-select:focus {
border-color: transparent;
}
</style>

0 comments on commit d87a0ba

Please sign in to comment.