mediawiki-skins-Vector/resources
Jan Drewniak 751454d7a8 [Visual change] Normalize small font sizes in Vector 2022
Replaces font-sizes that are between 12-14
px with ones that equal 14px. This involved
converting some values to rems as well as changing
their size.

@font-size-tabs (a computed 13px value) is removed
in favour of unit( @font-size-small, rem).

This removal requires the following changes:

* Removing max-height & box-sizing from tabs, since
  they used @font-size-tabs for size calculations
* modifying .mixin-vector-arrowed-dropdown-toggle()
  to use `unit( 12 / @font-size-browser, rem )` instead
  of `unit( 16 / @font-size-tabs / @font-size-browser, em )`
* Changes to the position of `.vector-toc-toggle` since
  it's width/height depended on
  .mixin-vector-arrowed-dropdown-toggle()

Opportunistic refactor:
- `.mixin-vector-legacy-menu-heading-arrow()`
  is removed from Zebra

Expected visual changes:
font-sizes below refer to computed values, actual values
are now set in rems.

* Text in tabs is 14px not 13px
* #siteSub is 14px not 12.8px
* #contentSub is 14px not 11.76px
* #contentSub line height is default, not 1.2
* dropdown [hide] labels are 14px instead of 13px

*************************
*****VISUAL CHANGE*****
*************************
: 91 changes in Pixel due to content being pushed
down due to bigger font-size in toolbar.

Bug: T346062
Bug: T261334
Change-Id: I6cfc800bb8dfed206670e5365bdc55e5d7357a4a
2023-10-24 22:50:15 +00:00
..
mediawiki.less Move @font-size-base into mediawiki.skin.variables.less 2023-10-10 20:43:29 +00:00
skins.vector.clientPreferences Add multiple font size to frontend 2023-10-17 12:43:02 +00:00
skins.vector.js Drop p-namespaces backwards compatibility script 2023-10-24 18:43:28 +00:00
skins.vector.legacy.js Prevent legacy tab expand/collapse infinite loop if they have a border/margin 2023-10-02 17:28:06 +00:00
skins.vector.search Replace search loader indicator with Codex pending search message 2023-06-20 13:32:48 -05:00
skins.vector.styles [Visual change] Normalize small font sizes in Vector 2022 2023-10-24 22:50:15 +00:00
skins.vector.styles.legacy styles: Remove references to WikimediaUI Base and use skin variables 2023-10-22 19:18:03 -07:00
skins.vector.typographySurvey Follow-up to 74b5834: Add language prefix to Readability survey 2023-10-24 16:50:29 +00:00
skins.vector.zebra.styles [Visual change] Normalize small font sizes in Vector 2022 2023-10-24 22:50:15 +00:00
.eslintrc.json build: Use wikimedia/server for root folder eslint config 2023-09-04 18:13:32 +01:00
CheckboxHack.d.ts
CollapsibleTabsPlugin.d.ts
MediaWikiPageReady.d.ts
mw.d.ts
VectorResourceLoaderVirtualConfig.d.ts Refactor: Separate A/B test configuration from site configuration 2023-04-11 22:40:45 +00:00
vue.d.ts