Merge "Fixes transition from input focus state to WVUI focus state"

This commit is contained in:
jenkins-bot 2021-06-30 13:42:31 +00:00 committed by Gerrit Code Review
commit 400f67e526
1 changed files with 4 additions and 1 deletions

View File

@ -107,7 +107,10 @@
#searchInput:focus ~ #mw-searchButton {
// Derived from
// https://gerrit.wikimedia.org/g/wvui/+/refs/changes/93/650593/10/src/components/typeahead-search/TypeaheadSearch.vue#655
left: -11px;
// (-11px) minus 1px input border.
left: -12px;
// minus the 1px border
top: -1px;
}
// Update search loader to match width and position of WVUI expanding input.