This project is mirrored from https://github.com/weirdgloop/mediawiki-skins-MinervaNeue. Pull mirroring updated .
  1. 13 Sep, 2021 3 commits
  2. 10 Sep, 2021 1 commit
    • libraryupgrader's avatar
      build: Updating composer dependencies · 6687406a
      libraryupgrader authored
      * mediawiki/mediawiki-phan-config: 0.10.6 → 0.11.0
      * php-parallel-lint/php-parallel-lint: 1.3.0 → 1.3.1
      
      Additional changes:
      * composer.json: Updated phpcs command in composer test (T280592).
      * composer.json: Added phpcs command to scripts (T280592).
      
      Change-Id: I7738f50f1d97109716fbb3a1f7e7abfb06d51f97
      6687406a
  3. 09 Sep, 2021 2 commits
  4. 08 Sep, 2021 2 commits
  5. 07 Sep, 2021 2 commits
  6. 06 Sep, 2021 1 commit
  7. 05 Sep, 2021 1 commit
  8. 02 Sep, 2021 2 commits
  9. 01 Sep, 2021 1 commit
  10. 30 Aug, 2021 2 commits
  11. 27 Aug, 2021 1 commit
  12. 26 Aug, 2021 1 commit
  13. 25 Aug, 2021 1 commit
  14. 24 Aug, 2021 1 commit
  15. 23 Aug, 2021 1 commit
  16. 20 Aug, 2021 1 commit
  17. 19 Aug, 2021 3 commits
  18. 18 Aug, 2021 1 commit
  19. 17 Aug, 2021 1 commit
  20. 16 Aug, 2021 3 commits
    • AntiCompositeNumber's avatar
      minerva.less: use rem instead of em for browser-relative font sizes · fae41df1
      AntiCompositeNumber authored
      em values are calculated relative to the parent element's font-size, not
      the root or browser-default font-size. However, @font-size-minerva-small
      and @font-size-minerva-smallest are supposed to be relative to the
      assumed 16px browser default font-size. If they are used in an element
      that already has a smaller-than-100% font-size, the resulting font-sizes
      will compound and can be smaller than accessability minimums. This change
      uses rems instead, so -small and -smallest will be the same sizes
      everywhere on the page.
      
      If -small or -smallest were used anywhere where parent-relative font
      sizing is expected, this patch will change the size of that text. This
      is only a problem if the new size is smaller than the old size, as any
      sizes smaller than -smallest are an accessability issue. I looked for
      any potential problems, but didn't see any.
      
      Bug: T282315
      Change-Id: Ib578f2cc4597b4dbfb5d1f5e4842962433af3748
      fae41df1
    • sahil's avatar
      selenium: Update README.md file · 67e47ac0
      sahil authored
      Bug: T282237
      Change-Id: Ia26bba12ede5e1055122387e36007887669267f8
      67e47ac0
    • Translation updater bot's avatar
      Localisation updates from https://translatewiki.net. · 0a942560
      Translation updater bot authored
      Change-Id: If8c57c147c88520c87b972c747587345820fec2b
      0a942560
  21. 13 Aug, 2021 1 commit
  22. 12 Aug, 2021 3 commits
  23. 11 Aug, 2021 1 commit
  24. 10 Aug, 2021 1 commit
  25. 09 Aug, 2021 1 commit
  26. 06 Aug, 2021 1 commit
  27. 05 Aug, 2021 1 commit
    • Nicholas Ray's avatar
      Remove .toggle-list-item__icon selector · f5d76eb1
      Nicholas Ray authored
      `.toggle-list-item__icon` sole purpose appears to have been to apply
      `vertical-align: middle`. However, this is already being fullfilled by
      .toggle-list-item__label. It is also causing the labels to not be
      vertically centered.
      
      This will also fix the ellipsis not being aligned (T287522#7264959) when
      the text overflows.
      
      Bug: T287522
      Bug: T288306
      Change-Id: I2d434d1d2b90eab16fc96fe8bb1f0738e5c6921b
      f5d76eb1