VectorGOLEM/components
Timo Tijhof 9cf7901ec9 Remove @embed page load delays (and misc optimisations)
* page-fade:
  Remove redundant 'background-image' PNG fallback for
  IE6-8 in '#mw-page-base' because the vertical-gradient() already
  creates a solid fallback color which seems good enough for IE6-8.

  Remove the 'background-color' rule which was only there to fill
  the gap above the the IE6-8 PNG image fallback, which in turn
  overrode the background-color rule from vertical-gradient.
  The background-repeat rule is also redundant with background-image
  gone.

* watch-icon-loading:
  This is only used when the JS code is active and the user
  clicks the watch star. It does not need a PNG fallback, as it
  is only needed in Grade A browsers where the JS executes,
  which are expected to support SVG.
  Also removed the embedding as the rendering of article text
  on page load should not be delayed by an icon that might
  be used if and when the user clicks on the watchstar (and
  irrelevant to logged-out users).

Bug: T121730
Change-Id: Ief4b80432fbe2ce7ebddf429f02c161048ed61d1
2019-09-27 18:03:25 +01:00
..
common.less Remove @embed page load delays (and misc optimisations) 2019-09-27 18:03:25 +01:00
externalLinks.less Use mw-parser-output for content styles, instead of mw-body-content 2017-11-10 15:48:18 +00:00
footer.less Unify LESS variable naming scheme for `@font-size-*` variables 2019-09-26 18:53:00 -07:00
navigation.less Remove @embed page load delays (and misc optimisations) 2019-09-27 18:03:25 +01:00
personalMenu.less Use `list-style` shorthand with x-browser compatible values 2018-10-15 19:13:07 -07:00
search.less Increase distance of button to container 2019-09-26 12:15:38 -07:00
tabs.less Unify LESS variable naming scheme for `@font-size-*` variables 2019-09-26 18:53:00 -07:00
watchstar.less Remove @embed page load delays (and misc optimisations) 2019-09-27 18:03:25 +01:00