Commit graph

150 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
alistair3149 4678e26336
feat(MediaWiki): add border to rc filter 2023-07-13 21:40:01 -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 ad31d5dab7
feat(MediaWiki): add color for interface helpers 2023-07-11 15:36:33 -04:00
alistair3149 2bf20397e1
feat(core): use filter-invert CSS variable to flip color
This decouple the filter style from the  class.
Instead, filter-invert can be redefined if needed (e.g. :root.skin-citizen-dark)
2023-07-10 16:56:56 -04:00
alistair3149 c823ca4412
refactor(core): ♻️ remove unnessecary LESS import rules 2023-07-07 17:08:22 -04:00
alistair3149 c7e45177cd
feat(core): update menu transition styles and implementation
Same as the previous commit, the transition is now accessible as a CSS variable (transition-menu)
2023-07-07 17:02:27 -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
沈澄心 88f8cfb435
feat(MediaWiki): add mediawiki.filewarning skinstyle (#682)
* Create mediawiki.filewarning.less

* Update skin.json

* Update README.md

* Update mediawiki.filewarning.less
2023-07-04 21:11:34 -04:00
沈澄心 1cd993c664
fix(core): add webkit prefix for sticky to support Safari < 13 (#679)
* Update layout.less

* Update TableOfContents.less

* Update mixins.less

* Update ext.echo.special.less

* Update mediawiki.rcfilters.filters.ui.less

* Update README.md
2023-06-28 13:58:21 -04:00
github-actions b5281ea4f0 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-06-26 19:26:04 +00:00
沈澄心 32ffa7cc23
feat(core): update MediaWiki notification style (#673)
* Update variables.less

* Update cssvariables.less

* Update mediawiki.notification.less

* Update cssvariables.less

* Update variables.less

* Update mediawiki.notification.less

* Update mediawiki.notification.less

* Update mediawiki.notification.less

* Update theme.less
2023-06-26 15:25:12 -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
alistair3149 53929ce91c
feat(mediawiki): add JSON content styles 2023-06-02 00:19:10 -04:00
github-actions b537776dab ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-06-01 22:48:25 +00: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
github-actions f08f640240 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-02-16 18:01:02 +00:00
alistair3149 736bd9adc5
feat(core): use Citizen font stacks for edit font 2023-02-16 13:00:12 -05:00
alistair3149 78f79e8529
fix(core): 🐛 incorrect sticky header rendering on changelist
Fix: #575
2023-01-31 15:38:03 -05:00
alistair3149 393c7e1d76
refactor(core): ♻️ use core selector to fix gallery padding 2023-01-25 18:12:04 -05:00
alistair3149 08cd314432
feat(core): use Citizen monospace fonts for diff 2023-01-21 14:33:39 -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