Skip to content

Fix #27840 - Improve the search bar experience on mobile

What does this MR do?

It fixes the issue #27840 (closed). Though i was not able to make it exactly like mentioned in UI. Because the class nav-controls is being used like 32 times in different files and to target the buttons inside is not feasible without either id selector or making a four level nested selector which is not considered good practise.

Screenshots (if relevant)

Before before

After after

What are the relevant issue numbers?

Closes #27840 (closed)

Merge request reports