Commit graph

671 commits

Author SHA1 Message Date
github-actions 877406e449 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2024-04-25 21:17:22 +00:00
alistair3149 b186efba69
feat(core): reduce opacity of sticky header 2024-04-25 17:16:19 -04:00
alistair3149 e791a52cd5
refactor(core): ♻️ replace usage of skin-citizen-theme classes 2024-04-24 20:48:43 -04:00
alistair3149 5d8ba9f7b1
feat(SMW): hide entity examiner indicator 2024-04-19 17:07:08 -04:00
alistair3149 fc47692421
feat(core): rename border-color variables and increase contrast
Align variable names with Codex
2024-04-19 15:20:59 -04:00
alistair3149 7aef0c5a50
feat(SMW): tweak browse property font size 2024-04-19 13:48:08 -04:00
github-actions 5bc35e5500 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2024-04-17 18:45:35 +00:00
alistair3149 756c87dad7
feat(PortableInfobox): clean up header styles 2024-04-17 14:44:16 -04:00
alistair3149 44e7af78bd
fix(mediawiki): 🐛 image clipping in packed gallery
Fix: #822
2024-04-17 14:04:09 -04:00
alistair3149 f84771f042
refactor(core): ♻️ simplify sticky header background styles 2024-04-16 01:33:25 -04:00
alistair3149 11566de6b6
style(css): 🎨 re-apply stylelint fixes 2024-04-16 01:28:45 -04:00
alistair3149 3fcd46dfc2
feat(datatale): add scroller styles 2024-03-20 13:37:47 -04:00
alistair3149 e72c460391
feat(datatables): completely hide disabled button for search pane 2024-03-19 19:42:07 -04:00
alistair3149 4e236b393d
fix(datatables): 🐛 minor style fixes 2024-03-19 19:35:51 -04:00
alistair3149 a85ecb524e
feat(datatables): sync styles with wikitable 2024-03-19 18:29:25 -04:00
alistair3149 84abe5a71c
feat(datatables): rework search pane and filter styles 2024-03-19 18:01:51 -04:00
alistair3149 b7df8c9e61
feat(datatables): add basic styles for search pane 2024-03-19 15:05:39 -04:00
alistair3149 d0d07d617c
refactor(datatables): ♻️ merge SRF and Cargo datatables styles 2024-03-19 14:24:59 -04:00
alistair3149 8de5b3d39e
feat(VisualEditor): improve visibility of text highlight colors 2024-03-11 15:03:18 -04:00
alistair3149 9cf358fe9b
fix(core): 🐛 file page sticky header overlapping TOC
Closes: #797
2024-03-05 02:10:10 -05:00
alistair3149 b90dd3d2c6
fix(Echo): 🐛 missing styles for new talk page alert 2024-02-27 13:53:36 -05:00
alistair3149 3a62b5f01d
feat(mediawiki): tweak styles on Special:Version 2024-02-26 22:51:52 -05:00
alistair3149 bba839819f
feat(gallery): increase margin for gallery 2024-02-26 18:25:56 -05:00
alistair3149 29727263c8
feat(gallery): use flexbox for packed gallery 2024-02-26 18:05:45 -05:00
alistair3149 c9f6ec6d59
fix(gallery): 🐛 misalign gallery caption 2024-02-26 18:04:49 -05:00
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 fc0f4699aa
fix(Scribunto): 🐛 incorrect font family 2024-02-25 03:46:46 -05:00
alistair3149 3396cfde12
fix(VisualEditor): 🐛 add find and replace dialog background color
Add new selector to sync with core VE library changes

Closes: #794
2024-02-18 09:55:30 -05:00
alistair3149 ea5c10a6c3
fix(CodeMirror): 🐛 rename VisualEditor RL module
The init module is deprecated in 1.41.
Fixes: #781
2024-02-05 22:07:23 -05:00
alistair3149 6947105217
feat(Scribunto): tweak debug console styles 2024-02-05 21:09:30 -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 109779c84c
fix(VE): 🐛 do not invert image in link preview 2023-11-28 16:03:51 -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
github-actions bee26c2c10 ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
2023-11-15 19:56:33 +00:00
SpaceEnergy 906c1fd6ac
fix(ooui): rounded button corners in save changes modal (#736) 2023-11-15 14:55:53 -05:00
alistair3149 2d99879ce3
feat(PortableInfobox): sync border color 2023-09-10 21:02:23 -04:00
alistair3149 7b63d8637e
feat(PortableInfobox): reduce paragraph margin to be similar to Vector 2023-09-10 21:01:46 -04:00
alistair3149 cb5f4a065b
fix(StructuredDiscussion): 🐛 merge skinStyles into the same RL module
Related: T292245
Closes: #711
2023-08-24 22:22:58 -07:00
alistair3149 dad90d38f2
feat(FlaggedRevs): add styles
Closes: #701
2023-08-03 19:49:22 -04:00
alistair3149 67bb0c118d
feat(CookieWarning): update banner styles 2023-07-30 17:59:20 -04: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