From 5e03d30860ac50753d4d247edd1a96cb60532a82 Mon Sep 17 00:00:00 2001 From: Marwin Hochfelsner <50826859+hlfan@users.noreply.github.com> Date: Sat, 12 Jul 2025 16:32:20 +0200 Subject: [PATCH] Restructure button selector --- app/assets/stylesheets/common.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 0eb3a7549..6a8f90eae 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -556,11 +556,11 @@ header .search_forms, .search_form { .describe_location { font-size: 10px; - - input:not(:placeholder-shown) + .input-group-text & { - display: none; - } } + + input:not(:placeholder-shown) + .input-group-text .describe_location { + display: none; + } } /* Rules for routing */ -- 2.39.5