<p></p>
<p><b>@tomhughes</b> requested changes on this pull request.</p>

<p dir="auto">In addition to my inline comment there's a separate issue on Firefox which I've opened <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3225196090" data-permission-text="Title is private" data-url="https://github.com/openstreetmap/openstreetmap-website/issues/6185" data-hovercard-type="pull_request" data-hovercard-url="/openstreetmap/openstreetmap-website/pull/6185/hovercard" href="https://github.com/openstreetmap/openstreetmap-website/pull/6185">#6185</a> for.</p><hr>

<p>In <a href="https://github.com/openstreetmap/openstreetmap-website/pull/6184#discussion_r2202512687">app/assets/stylesheets/common.scss</a>:</p>
<pre style='color:#555'>> @@ -556,6 +556,10 @@ header .search_forms,
 .search_form {
   .describe_location {
     font-size: 10px;
+
+    input:not(:placeholder-shown) + .input-group-text & {
</pre>
<p dir="auto">This rule doesn't actually work because it compiles to:</p>
<div class="highlight highlight-source-css" dir="auto"><pre class="notranslate"><span class="pl-ent">input</span><span class="pl-kos">:</span>not(<span class="pl-kos">:</span>placeholder-shown) <span class="pl-c1">+</span> .<span class="pl-c1">input-group-text</span> .<span class="pl-c1">search_form</span> .<span class="pl-c1">describe_location</span></pre></div>
<p dir="auto">when what you want is:</p>
<div class="highlight highlight-source-css" dir="auto"><pre class="notranslate">.<span class="pl-c1">search_form</span> <span class="pl-ent">input</span><span class="pl-kos">:</span><span class="pl-c1">not</span>(<span class="pl-kos">:</span>placeholder<span class="pl-c1">-</span>shown) <span class="pl-c1">+</span> .<span class="pl-c1">input-group-text</span> .<span class="pl-c1">describe_location</span></pre></div>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/6184#pullrequestreview-3012937661">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLMCRWLMEUWID7YEXUT3IDTLLAVCNFSM6AAAAACBLEB3UOVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTAMJSHEZTONRWGE">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLID5H5XQ3O7CBNPCR33IDTLLA5CNFSM6AAAAACBLEB3UOWGG33NNVSW45C7OR4XAZNRKB2WY3CSMVYXKZLTORJGK5TJMV32UY3PNVWWK3TUL5UWJTVTSXD32.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/6184/review/3012937661</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/6184#pullrequestreview-3012937661",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/6184#pullrequestreview-3012937661",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>