| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Migrate this icon to codex for the purposes of having it appear in night
mode correctly. Additionally, clean up the svg as it is no longer used
A couple notes:
1. This is not entirely visually identical to the current method - in
practice it ends up being nearly imperceptible, but worth noting that
even with the padding there is a slight vertical shift if you compare
them side by side
2. Due to the approach taken, I'm making the intentional choice to not
make this backwards compatible with cached HTML. This means a cached
page will not have an icon for the duration it is cached, which feels
like an acceptable intermediary state, but feel free to disagree with me
in code review!
Slight visual change due to aforementioned color and position difference
Bug: T366358
Change-Id: I1c53e1c501242f9f9ab88ef8e0e4e85fb1971fbe
|
|
|
|
|
|
|
|
| |
Just disabling the `declaration-property-unit-disallowed-list` failures
for now, but it looks like at least most of these could be switched over
to ems without breaking anything. For another patch!
Change-Id: I9220334d670f71eba1b0e392da826036d54bc2f3
|
|
|
|
|
|
|
|
| |
Replacing with standard `background-image` properties.
Also removing all corresponding fallback PNGs.
Bug: T248062
Change-Id: Ic5cf5575fdb3d7181b2e9dd1cedb235a3f5571c4
|
|
|
|
|
|
|
|
|
|
| |
Although it's not a problem currently, some LESS parsers will get confused
with the lack of file extension. It's better to be explicit.
This causes problems with Storybook adoption inside repositories
(See I42fbf37124477e2d950b4bca15acf77703cd3f5d for example)
Change-Id: I379334d7729e587a2a0029550e30e7c46a4f7a7a
|
|
|
|
|
|
|
|
|
| |
The normal 'help' icon no longer has a ring outline,
so use 'helpNotice' as this looks less confusing in
an unframed button.
Bug: T219719
Change-Id: I6af23236e9d3983cab6d2ce331dd67e3b42913ff
|
|
Single-file modules to src/, the remaining as sub directories.
A few highlights:
* mediawiki.Upload.BookletLayout. (stylesheet: no image references)
* mediawiki.feedback - Also move the image to its own images/ subdir.
* mediawiki.searchSuggest. (stylesheet: no image references)
* mediawiki.toc. (stylesheet: no image references)
Also updated any other references to 'src/mediawiki/' that I could find
in core:
* Fixed references in docs/uidesign/*.html
* Remove redundant exclude from jsduck.json.
After this, there are 4 files remaining in src/mediawiki,
which are the 4 files used by the actual 'mediawiki' base module.
Bug: T193826
Change-Id: I8058652892a78b3f5976397bd850741dd5c92427
|