aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/mediawiki.helplink/helplink.less
Commit message (Collapse)AuthorAgeFilesLines
* OutputPage: Convert helplink icon to use codex css mixinSteph Toyofuku2024-06-271-9/+9
| | | | | | | | | | | | | | | | | | | | | 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
* build: Upgrade stylelint-config-wikimedia from 0.10.3 to 0.11.1James D. Forrester2021-06-291-0/+2
| | | | | | | | 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
* Replace deprecated `.background-image-svg()` mixin callsVolker E2020-07-271-3/+1
| | | | | | | | Replacing with standard `background-image` properties. Also removing all corresponding fallback PNGs. Bug: T248062 Change-Id: Ic5cf5575fdb3d7181b2e9dd1cedb235a3f5571c4
* LESS imports should not be ambigiousjdlrobson2019-10-021-1/+1
| | | | | | | | | | 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
* Update help icon from OOUIEd Sanders2019-04-011-5/+5
| | | | | | | | | 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
* resources: Move the remaining src/mediawiki/ filesTimo Tijhof2018-05-091-0/+11
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