Always show patrol link on Minerva skin

Bug: T357213
Change-Id: I36a7ce8a86409087e0142fcc11c6285a327b3875
This commit is contained in:
Jon Robson 2024-02-12 13:08:30 -08:00 committed by Jdlrobson
parent d5d9fe4ea6
commit a9f45d2adf

View file

@ -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 */