Don't show thumbnails for non-NS_FILE results on Special:Search

Related: I2a679b51758020d3e822da01a1bde1ae632b0b0a
Bug: T306883
Change-Id: I562dea721e7dc587ced739ef5d974a82e16a1e70
This commit is contained in:
Matthias Mullie 2022-09-02 15:27:35 +02:00
parent 31659fffa3
commit 3a7d506381

View file

@ -11,3 +11,9 @@
display: none;
}
}
// hide non-NS_FILE thumbnails until further notice
// @see https://phabricator.wikimedia.org/T306883#8205230
.mw-search-result:not( .mw-search-result-ns-6 ) .searchResultImage-thumbnail {
display: none;
}