Skip to content

Commit

Permalink
fix: changed background color for focused choice for greater contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni committed Jan 9, 2024
1 parent b39ab1f commit 938acae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/ItaliaTheme/Components/_search.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.search-results-wrapper .ordering-widget .react-select__option--is-focused {
background-color: $primary;
}
1 change: 1 addition & 0 deletions theme/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
@import 'ItaliaTheme/Components/mobileMenu';
@import 'ItaliaTheme/Components/relatedItemInEvidence';
@import 'ItaliaTheme/Components/pageLoader';
@import 'ItaliaTheme/Components/search';

@import 'ItaliaTheme/Print/all_pages';
@import 'ItaliaTheme/Print/news_items';
Expand Down

0 comments on commit 938acae

Please sign in to comment.