From 5eacd5e6298396fd313bc9ddbf3b17c6785cf19e Mon Sep 17 00:00:00 2001 From: Nicholas Ray Date: Mon, 11 Apr 2022 18:01:19 -0600 Subject: [PATCH] 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 --- .../skins.vector.styles/components/VueEnhancedSearchBox.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/skins.vector.styles/components/VueEnhancedSearchBox.less b/resources/skins.vector.styles/components/VueEnhancedSearchBox.less index dbcd37346..8a512e1a9 100644 --- a/resources/skins.vector.styles/components/VueEnhancedSearchBox.less +++ b/resources/skins.vector.styles/components/VueEnhancedSearchBox.less @@ -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.