2019-09-05 19:20:07 +00:00
|
|
|
@import '../minerva.less/minerva.variables.less';
|
|
|
|
|
2019-09-02 15:58:33 +00:00
|
|
|
.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.
|
2019-09-05 19:20:07 +00:00
|
|
|
// Otherwise it computes to `14px` due to the rule above.
|
2019-09-02 15:58:33 +00:00
|
|
|
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
|
|
|
|
font-size: initial;
|
|
|
|
}
|
|
|
|
}
|
2019-09-26 19:34:04 +00:00
|
|
|
|
|
|
|
.mw-rcfilters-ui-watchlistTopSectionWidget-watchlistDetails,
|
|
|
|
.mw-rcfilters-ui-watchlistTopSectionWidget-editWatchlistButton {
|
|
|
|
display: block;
|
|
|
|
}
|