mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 02:13:49 +00:00
8 lines
265 B
Plaintext
8 lines
265 B
Plaintext
|
.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.
|
||
|
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
|
||
|
font-size: initial;
|
||
|
}
|
||
|
}
|