mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-14 19:26:42 +00:00
8e04c79dba
This class is no longer needed in Codex and will be removed. This patch adds a similar dynamic class to the Vector search app, to be used for showing/hiding the search button on focus/blur or hover/leave. Bug: T316893 Change-Id: I738c0f24dcd06ddeb9179cfedc85ed73a6504f1e
23 lines
528 B
Plaintext
23 lines
528 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`App renders a typeahead search component 1`] = `
|
|
<cdx-typeahead-search-stub
|
|
accesskey="f"
|
|
aria-label="Search MediaWiki"
|
|
autoexpandwidth="false"
|
|
buttonlabel="searchbutton"
|
|
class="vector-typeahead-search"
|
|
debounceinterval="120"
|
|
formaction=""
|
|
highlightquery="true"
|
|
id="searchform"
|
|
initialinputvalue=""
|
|
placeholder="Search MediaWiki"
|
|
searchfooterurl=""
|
|
searchresults=""
|
|
searchresultslabel="searchresults"
|
|
showthumbnail="true"
|
|
title="search"
|
|
/>
|
|
`;
|