mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 02:13:49 +00:00
Don't show thumbnails for non-NS_FILE results on Special:Search
Related: I2a679b51758020d3e822da01a1bde1ae632b0b0a Bug: T306883 Change-Id: I562dea721e7dc587ced739ef5d974a82e16a1e70
This commit is contained in:
parent
31659fffa3
commit
3a7d506381
|
@ -11,3 +11,9 @@
|
||||||
display: none;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue