Skip to content

Commit

Permalink
fix(a11y): a11y - colore sfondo opzione con focus in tendina "ordina …
Browse files Browse the repository at this point in the history
…per" (#457)

* fix: changed background color for focused choice for greater contrast

* Revert "fix: changed background color for focused choice for greater contrast"

This reverts commit 00cab84.

* fix: changed background color for focused choice for greater contrast
  • Loading branch information
sabrina-bongiovanni authored Jan 8, 2024
1 parent abc80d2 commit d81b3a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/ItaliaTheme/Components/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
border-color: var(--focus-outline-color) !important;
box-shadow: 0 0 0 2px var(--focus-outline-color) !important;
outline: none !important;
background-color: #0062e2;
}
}

0 comments on commit d81b3a9

Please sign in to comment.