From 6525d5afd87639af5058259d0337057fdda9339e Mon Sep 17 00:00:00 2001 From: Bogdan Marc Date: Thu, 15 Aug 2024 10:37:15 +0100 Subject: [PATCH] Added on focus and on hover CSS styles for location search results --- app/assets/stylesheets/_ukhpi-location-select.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_ukhpi-location-select.scss b/app/assets/stylesheets/_ukhpi-location-select.scss index 782ec04b..c96d9633 100644 --- a/app/assets/stylesheets/_ukhpi-location-select.scss +++ b/app/assets/stylesheets/_ukhpi-location-select.scss @@ -27,7 +27,11 @@ color: #a4742b; } - .o-search-location__results { + .o-search-location__result { + &:focus, &:hover { + background-color: #e6e6e6; + } + .el-button--text { color: #0050a2;