Commit graph

80 commits

Author SHA1 Message Date
alistair3149 c9f665ef78
feat(core): use CSS variables for small font sizes 2024-02-26 17:16:07 -05:00
alistair3149 3162e19a2c
feat(core): use CSS variables for x-small font sizes 2024-02-26 17:14:19 -05:00
alistair3149 a9acc08e27
feat(core)!: 💥 rework font-size CSS variables
To align with Codex tokens, the old --font-size-hN CSS variables are renamed.
Introduced new font size variables (x-small, small)
2024-02-26 16:54:58 -05:00
alistair3149 2a41a0b1bb
feat(core): revert new RC styles
Revert to the old one line MW styles until reconsideration at the next LTS

Closes: #764
2024-01-26 20:57:53 -05:00
alistair3149 bdd986db89
fix(core): 🐛 hide pseudo elements instead of deleting them (pt2) 2023-12-15 15:03:13 -05:00
alistair3149 f9b16d7134
refactor(core): ♻️ hide pseudo elements instead of deleting them
So that it can be reverted by local styles easily
2023-12-13 20:04:20 -05:00
alistair3149 e0f9ac1be3
feat(core): make changelist item more readable 2023-12-13 19:16:55 -05:00
alistair3149 40fffd6107
fix(mediawiki): 🐛 add missing preferences styles from 1.41 2023-11-28 16:00:07 -05:00
alistair3149 60999eb1d9
feat(core): replace breakpoint LESS variables with Codex tokens
Codex tokens are a better implementation and this should ensure consistency across the MW ecosystem.
We have to keep a copy for now as they are introduced in 1.41.

Related: #735
2023-11-16 17:55:59 -05:00
alistair3149 ba5bea704e
style: 🎨 apply recess order to styles 2023-07-27 21:19:27 -04:00
github-actions 8bfa8b5e6a ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-07-20 22:18:16 +00:00
alistair3149 fab4d27273
feat(core): add overflow handling for citizen inner header 2023-07-20 18:17:14 -04:00
github-actions 9796560793 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-07-19 09:58:48 +00:00
alistair3149 4cf9417c5d
feat(MediaWiki): light up changelist dot on hover 2023-07-16 15:50:30 -04:00
alistair3149 85f036c2f8
feat(core): remove expensive CSS animation
Avoid paint and layout triggering transitions
2023-07-16 15:32:13 -04:00
alistair3149 2308138ef7
fix(MediaWiki): 🐛 fix various LESS import error 2023-07-16 02:54:10 -04:00
alistair3149 6664ceb87f
fix(core): 🐛 fix LESS import error
Signed-off-by: alistair3149 <alistair31494322@gmail.com>
2023-07-15 03:47:44 -04:00
github-actions b371b0037e ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-07-14 01:35:07 +00:00
alistair3149 50ae4d9d76
fix(MediaWiki): missing changelist legend styles in 1.40 (#685) 2023-07-13 21:34:02 -04:00
alistair3149 1619966eb1
fix(MediaWiki): 🐛 incorrect legacy rcoptions styles 2023-07-11 22:52:26 -04:00
alistair3149 ad3fc272c2
feat(MediaWiki): tweak non-js rcfilter styles 2023-07-11 20:35:46 -04:00
alistair3149 727988a213
feat(MediaWiki): minor tweak to color in changelist 2023-07-11 20:14:15 -04:00
alistair3149 5af3cdc2c2
feat(MediaWiki): tweak pager styles on changelist pages 2023-07-11 17:41:21 -04:00
alistair3149 4badae5cc5
feat(MediaWiki): align contribution list styles with changelist styles 2023-07-11 17:34:35 -04:00
alistair3149 67a5bb4357
feat(MediaWiki): revamp changelist styles 2023-07-11 17:06:01 -04:00
alistair3149 cf82ea8b28
feat(MediaWiki): add non-enhanced changelist styles 2023-07-11 15:49:56 -04:00
alistair3149 c823ca4412
refactor(core): ♻️ remove unnessecary LESS import rules 2023-07-07 17:08:22 -04:00
alistair3149 a7f9c55c88
feat(core): update hover transition styles and implementation
The timing and easing function are defined separately than the property.
It is now accessible as a CSS variable (transition-hover)
2023-07-07 16:36:38 -04:00
alistair3149 e00f9ba418
feat(MediaWiki): tweak changelist styles 2023-07-06 19:41:59 -04:00
alistair3149 99e475b635
feat(MediaWiki): tweak rcfilter other review tools styles 2023-07-06 19:12:41 -04:00
沈澄心 914b81010e
fix(ooui): fix max-width of OOUI TextInputWidget (#666)
* Update mediawiki.special.search.styles.less

* Update hacks.less

* Update mediawiki.special.search.styles.less
2023-06-20 14:12:15 -04:00
沈澄心 ba825daa9a
feat(core): update state text color (#642)
* Update variables.less

* Update cssvariables.less

* Update content.body.less

* Update mediawiki.special.changeslist.less

* Update mediawiki.special.changeslist.less

* Update ext.scribunto.edit.less

* Update ext.echo.ui.less

* Create mediawiki.interface.helpers.styles.less

* Update skin.json

* Update oojs-ui-core.less

* Update oojs-ui-core.less

* Update variables.less

* Update cssvariables.less

* Update variables.less

* Update mediawiki.special.changeslist.less

* Update cssvariables.less

* Update variables.less

* Update variables.less

* Update README.md

* Update README.md

* Update mediawiki.special.changeslist.less
2023-06-01 18:47:40 -04:00
github-actions 9e15415835 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-02-28 21:59:36 +00:00
alistair3149 78f79e8529
fix(core): 🐛 incorrect sticky header rendering on changelist
Fix: #575
2023-01-31 15:38:03 -05:00
alistair3149 7a6dfc6645
fix(core): 🐛 incorrect signup stats selector 2023-01-17 22:46:14 -05:00
alistair3149 e4851f9de2
fix(core): 🐛 stricter selector for sign up form container 2023-01-17 16:15:12 -05:00
alistair3149 4c1ec61622
fix(core): 🐛 incorrect layout when signupstart is present 2023-01-12 15:52:33 -05:00
alistair3149 88fca93c46
feat(AdvancedSearch): update AdvancedSearch styles 2022-12-13 17:39:50 -05:00
alistair3149 80a35ea571
fix(core): 🐛 do not make search create and exist link into a card
Sometimes it might only have a whitespace in it, which creates an empty card
2022-12-13 15:01:54 -05:00
alistair3149 c4bd384235
fix(core): 🐛 incorrect z-index in changelist title 2022-12-12 21:41:19 -05:00
alistair3149 653ba19130
feat(core): align inconsistent search styles 2022-12-12 20:11:48 -05:00
alistair3149 31c7779b82
fix(core): 🐛 message box should be at the top of login form 2022-12-08 13:34:44 -05:00
alistair3149 a3d88aa7a1
fix(core): 🐛 changelist legends should not be covered by header 2022-12-07 14:38:04 -05:00
alistair3149 faf294e899
feat(core): tweak RC and Watchlist styles 2022-12-01 16:13:25 -05:00
alistair3149 97b8ece48f
feat(core): tweak signup, login page styles 2022-11-24 22:19:52 -05:00
alistair3149 467cf85be4
feat(core): unify sticky header styles 2022-11-24 20:15:13 -05:00
alistair3149 fcf2f436cd
feat(core): add create account page styles 2022-11-23 22:25:31 -05:00
alistair3149 9eda536420
refactor(core): ♻️ clean up legacy LESS variables 2022-11-21 17:47:11 -05:00
alistair3149 85e69f5a6b
refactor(core): ♻️ deprecate old font variables 2022-11-21 17:47:09 -05:00
alistair3149 fd40b1b855
feat(core): more granular spacing units 2022-11-21 17:42:43 -05:00