Skip to content

Commit

Permalink
Added on focus and on hover CSS styles for location search results
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanadrianmarc committed Aug 15, 2024
1 parent a8c4264 commit 6525d5a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/assets/stylesheets/_ukhpi-location-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
color: #a4742b;
}

.o-search-location__results {
.o-search-location__result {
&:focus, &:hover {
background-color: #e6e6e6;
}

.el-button--text {
color: #0050a2;

Expand Down

0 comments on commit 6525d5a

Please sign in to comment.