diff --git a/src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.css b/src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.css
index 984d50cd..f63a984a 100644
--- a/src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.css
+++ b/src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.css
@@ -22,6 +22,12 @@
.autocomplete-item-selected .insert-button {
display: block;
}
+@media (hover: none) {
+ .insert-button {
+ display: block;
+ }
+}
+
.autocomplete-item-selected .insert-button:hover {
color: black;
}
diff --git a/src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.html b/src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.html
index f5d8a6b0..cc013fb7 100644
--- a/src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.html
+++ b/src/frontend/app/ui/gallery/search/search-field/search-field.gallery.component.html
@@ -48,7 +48,10 @@
{{item.preText}}{{item.highLightText}}{{item.postText}}
-
+
+