aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/mediawiki.special/listFiles.less
Commit message (Collapse)AuthorAgeFilesLines
* mediawiki.special: Replace deprecated breakpointsVolker E2023-10-311-1/+1
| | | | | | | | | | | | | | | Note that this change is only caring about tablet breakpoints on special pages where breakpoints were basically implemented to only care about big pain points and weren't designed specifically for mobile. The values have slightly changed. Tablet breakpoint is decreased by 80px, pushing lesser devices into a mobile phone only experience but should in these three contexts make barely a difference to vast majority of our users. RCFilters and Interwiki search styles will be handled in a separate patch to have more QA space for these two. See also T349793. Bug: T331403 Change-Id: I00a06a5a2e8892054a6d947e10e95af559fa5bda
* mediawiki.special: Replace 'mediawiki.ui/variables' call with skin varsVolker E2023-04-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Replacing 'mediawiki.ui/variables.less' `@import` with new skin-aware 'mediawiki.skin.variables.less' standard. Also - replacing several static values with new Codex design token featuring skin variables of following properties: - background color - color - border - box shadow - removing obsolete same-value variables from code base - bringing Less imports in the same order, with variables first, as they are used in mixins as well and always add `.less` extension to path - renaming 'userlogin.css' to 'userlogin.less' to enable use of skin variables consistently Note, - there's a small number of static values reintroduced where no token is available yet. DS team will provide in follow-up patches after a future Codex release. - there are a number of color choices in the code, that should be revisited by help of designers. They seem like non-standard choices. Bug: T332541 Change-Id: I603a7bc52bf31233b2a82cdc2bff08fd1cb294fe
* listFiles: Follow-up 1b432d4c, fix a typoFunc2022-03-201-1/+1
| | | | | | | Sorry for my mistake and inconvenience caused. Bug: T293576 Change-Id: I27c8b603bb2365f9078944046a3dd8049415d379
* listFiles: Display file name instead of versionFunc2022-03-171-1/+1
| | | | | Bug: T293576 Change-Id: If97f83dbf95de2fc3e0e3fc366034610dfce3f4d
* 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
* Mobile friendly styling of Special:ListFilesjdlrobson2019-09-181-0/+43
This makes core's Special:ListFiles match the styling of Special:Uploads that is provided by MobileFrontend. The latter can be removed once this change is incorporated. The tablet/desktop mode of this page is not impacted except that the title will be context aware when a username is selected to show "Uploads by <username>" rather than the generic "list files". Bug: T102139 Change-Id: I266313b8c71bdf410d336e020aca7dabbe115be5