mediawiki.Title: Reduce transfer size of phpCharToUpper.json
[lhc/web/wiklou.git] / resources / src / mediawiki.special.changeslist / changeslist.less
1 .client-js .mw-input-hidden {
2 display: none;
3 }
4
5 /*
6 * Titles, including username links, and also tag names
7 * are prone to getting jumbled up
8 * with other titles, usernames, etc. in mixed RTL-LTR environment.
9 */
10 .mw-changeslist .mw-tag-marker,
11 .mw-changeslist .mw-title {
12 unicode-bidi: embed;
13 }
14
15 /*
16 * Bidi-isolate these numbers.
17 * See https://phabricator.wikimedia.org/T93484
18 */
19 .mw-plusminus-pos,
20 .mw-plusminus-neg,
21 .mw-plusminus-null {
22 unicode-bidi: -moz-isolate;
23 unicode-bidi: isolate;
24 }