mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-27 17:10:19 +00:00
Reorder client preferences (color above width)
In accordance with the original design, reorder the client prefs so that night mode is above limited width Visual change for users who have access to night mode Bug: T357707 Change-Id: I21a976655734a2accc57d541bacba391961070a8
This commit is contained in:
parent
c38e0677c3
commit
1492669009
|
@ -3,12 +3,12 @@
|
|||
"options": [ "0", "1", "2" ],
|
||||
"preferenceKey": "vector-font-size"
|
||||
},
|
||||
"vector-feature-limited-width": {
|
||||
"options": [ "1", "0" ],
|
||||
"preferenceKey": "vector-limited-width"
|
||||
},
|
||||
"skin-night-mode": {
|
||||
"options": [ "2", "0", "1" ],
|
||||
"preferenceKey": "vector-night-mode"
|
||||
},
|
||||
"vector-feature-limited-width": {
|
||||
"options": [ "1", "0" ],
|
||||
"preferenceKey": "vector-limited-width"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue