mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 09:30:17 +00:00
Fix position of search box in vector-22
Looks like the selector for `vector-search-box-show-thumbnail` needs to be adjusted as it is on the same element as the `vector-search-box-vue` class. Change-Id: Ief1dadddc082add65ae4bf29c951f2ddefb15d5b
This commit is contained in:
parent
94d9445ba3
commit
5eacd5e629
|
@ -89,7 +89,7 @@
|
|||
.transition( none );
|
||||
}
|
||||
|
||||
.vector-search-box-show-thumbnail {
|
||||
&.vector-search-box-show-thumbnail {
|
||||
&.vector-search-box-auto-expand-width .searchButton {
|
||||
// Accounts for the margin that allocates space for the input expanding and
|
||||
// 1px input border.
|
||||
|
|
Loading…
Reference in a new issue