mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-23 22:03:39 +00:00
Always show patrol link on Minerva skin
Bug: T357213 Change-Id: I36a7ce8a86409087e0142fcc11c6285a327b3875
This commit is contained in:
parent
d5d9fe4ea6
commit
a9f45d2adf
|
@ -264,4 +264,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
// Bug: T357213 - always show patrol link. Previews are hidden by default
|
||||
// on mobile, but we trust patrollers to only patrol diffs that do not require
|
||||
// viewing the preview.
|
||||
.patrollink.patrollink-diffonly {
|
||||
display: block;
|
||||
}
|
||||
/* stylelint-enable selector-max-id */
|
||||
|
|
Loading…
Reference in a new issue