mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
cd688eb197
Bug: T225127 Change-Id: I9b96627b1d48dddc30006fc52fc1816fbe8b29ac
16 lines
521 B
Plaintext
16 lines
521 B
Plaintext
@import '../minerva.less/minerva.variables.less';
|
|
|
|
.mw-rcfilters-ui-overlay {
|
|
// T231049: Override OOUI's text input font-size of `inherit` so that we can
|
|
// make the font-size compute to `16px` to prevent iOS input text zoom on focus.
|
|
// Otherwise it computes to `14px` due to the rule above.
|
|
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
|
|
font-size: initial;
|
|
}
|
|
}
|
|
|
|
.mw-rcfilters-ui-watchlistTopSectionWidget-watchlistDetails,
|
|
.mw-rcfilters-ui-watchlistTopSectionWidget-editWatchlistButton {
|
|
display: block;
|
|
}
|