alistair3149
a1ad423f2f
feat(stickyHeader): ✨ implement sticky header variables into other sticky styles
2024-07-19 17:29:17 -04:00
alistair3149
1fefddd41a
feat(core): ✨ implement Codex border-width tokens
2024-07-15 02:07:25 -04:00
github-actions
43a10881b2
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2024-07-13 20:42:29 +00:00
Aeywoo
99e7f08313
feat(AccountInfo): add AccountInfo styles ( #749 )
...
---------
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2024-07-13 16:41:46 -04:00
alistair3149
cae7c753ac
fix(Changelist): 🐛 fix incorrect legends z-index
2024-07-12 18:59:23 -04:00
alistair3149
7b6520b9ab
fix(Leaflet): 🐛 fix button alignment
2024-07-11 21:22:31 -04:00
alistair3149
0540f0d393
fix(DataMaps): 🐛 remove unused styles
2024-07-11 21:02:10 -04:00
alistair3149
1688b92456
fix(DataMaps): 🐛 fix OOUI button width and invert icon on dark mode
2024-07-11 20:28:34 -04:00
alistair3149
5fdcfc61f6
feat(DataMaps): ✨ add styles for Extension:DataMaps
2024-07-11 20:24:40 -04:00
alistair3149
a67f075a6a
feat(Leaflet): ✨ bump Leaflet button sizes to match Codex
2024-07-11 19:43:16 -04:00
alistair3149
fb965e3712
feat(Leaflet): ✨ tweak Leaflet control margin
2024-07-11 18:31:06 -04:00
alistair3149
967f712202
refactor(Leaflet): ♻️ use padding instead of margin for popup content
...
This is needed to align with DataMaps, and won't affect existing implementation for
other extensions.
2024-07-11 18:08:06 -04:00
github-actions
9db1f9215c
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2024-07-11 21:50:12 +00:00
alistair3149
46c139ac86
feat(DataMaps): ✨ add DataMaps init styles
2024-07-11 17:49:19 -04:00
alistair3149
51caa71777
fix(leaflet): 🐛 re-introduce box-shadow back to touch buttons
2024-07-10 00:00:59 -04:00
alistair3149
1471c1bc23
fix(leaflet): 🐛 incorrect checked label selector
2024-07-09 23:56:59 -04:00
alistair3149
4c51200ed5
feat(leaflet): ✨ add Leaflet styles for Leaflet map extensions
...
This should cover the Leaflet styles for Extension:DataMaps, Kartographer, Maps, and SRF
2024-07-09 23:46:20 -04:00
alistair3149
b5180bfbda
feat(core): ✨ use Codex tokens for z-index
2024-07-09 16:44:15 -04:00
alistair3149
6dfc62b15d
fix(core): 🐛 add webkit prefix to backdrop filter rules
...
Safari needs the -webkit- prefix
2024-07-08 19:07:25 -04:00
alistair3149
7178f6d372
feat(CiteThisPage): ✨ add styles for Extension:CiteThisPage
2024-07-08 18:12:44 -04:00
alistair3149
9037fd1784
feat(SearchDigest): ✨ tweak stats table styles
2024-07-07 03:01:49 -04:00
alistair3149
232fd0cc4b
feat(core): ✨ clean up th styles
...
- th should not use the same styles as label
- Restore font weight and color to th
- Sync different th styles in extensions
2024-07-07 02:14:36 -04:00
alistair3149
442c272cab
feat(wikitable): ✨ use box-shadow instead of border hacks to build table border
2024-07-07 01:51:22 -04:00
alistair3149
ba62b92e29
feat(core): ✨ theme and unify text selection color using progressive colors
2024-07-06 17:53:56 -04:00
alistair3149
9372c74307
fix(Echo): 🐛 incorrect selector for notification count
2024-07-05 20:51:30 -04:00
alistair3149
164d79ff32
refactor(Echo): ♻️ use CSS variable for border radius
2024-07-05 20:39:57 -04:00
alistair3149
fdc6eaee20
feat(Echo): ✨ upgrade Echo buttons for consistency
...
This is similiar to how it is handled in Vector.
We are forcing the Echo button to render in the same way as it was initially.
This took me so many hours sigh.
2024-07-05 20:37:52 -04:00
alistair3149
251109c712
feat(SearchDigest): ✨ add styles for Extension:SearchDigest
2024-07-05 16:52:54 -04:00
alistair3149
00b2495c1a
feat(core): ✨ use px for border-radius
...
- Move border radius calculation to CSS variable instead of LESS
- Rename CSS variable according to Codex, soft-deprecating the existing border radius
2024-07-05 13:24:31 -04:00
github-actions
ecaaf69a31
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2024-07-01 19:49:29 +00:00
alistair3149
cb683c79ff
feat(mmv): ✨ tweak lightbox caption text handling
2024-07-01 15:47:28 -04:00
alistair3149
17e9840a77
feat(mmv): ✨ tweak button styles in lightbox
2024-07-01 14:53:37 -04:00
github-actions
852fd86013
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2024-07-01 04:06:43 +00:00
alistair3149
ff0a6ed710
feat(core): ✨ clean up state colors
2024-07-01 00:04:36 -04:00
alistair3149
c21a908c12
feat(core): ✨ set new link color to color-destructive
2024-06-30 20:49:50 -04:00
alistair3149
0fdc7c4ad7
feat(core): ✨ convert some CSS variables into Codex equivalent part 2
...
Also fix various inconsistencies with quiet buttons
2024-06-30 20:41:31 -04:00
alistair3149
5d3ecd9edd
feat(core): ✨ convert some CSS variables into Codex equivalent
...
This is an on-going work to adapt Codex into Citizen.
Some of the CSS variables are soft depreciated, see tokens.less for updated info.
2024-06-30 01:04:30 -04:00
github-actions
1f773e1014
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2024-06-29 19:32:05 +00:00
alistair3149
7e20daa70b
fix(datatable): 🐛 table should not be wider than the wrapper
...
The border rules on the table makes the table 2px wider than the wrapper.
Fixes : #888
2024-06-29 15:29:31 -04:00
alistair3149
eb58bd6e99
fix(menu): 🐛 show view button specifically on revision and diff pages
...
The previous attempts didn't catch all the cases. This should be enough.
Related: #845
2024-06-27 18:21:28 -04:00
alistair3149
3d90051ae6
fix(core): 🐛 force selected view button to be visible on revision pages
2024-06-26 17:23:45 -04:00
alistair3149
84d58be232
fix(WikiEditor): 🐛 align toolbar buttons
2024-06-24 15:09:57 -04:00
alistair3149
923ddedcc0
fix(menu): 🐛 avoid double view button on talk page
...
In 9969479
, we forced the view button to be visible to allow the return action (#845 ).
There are no good ways to target revision page only so we rely on the diff styles.
However, Extension:DiscussionTools inline the said styles on talk page while talk page also has
a return action registered under the associated page menu. This leaves two button serving the
same function.
2024-06-24 14:19:34 -04:00
alistair3149
20fd0643fe
fix(Popups): 🐛 invert icon in dark mode
2024-06-14 12:54:07 -04:00
alistair3149
670d21469e
fix(ooui): 🐛 define invert color for progressive buttons
2024-06-10 23:10:54 -04:00
alistair3149
86ef5ef06d
feat(cssVar): ✨ add --color-inverted-primary for text color above primary color
2024-06-10 19:47:49 -04:00
alistair3149
3d146b2374
refactor(cssVar): ♻️ introduce color-inverted
2024-06-05 18:54:54 -04:00
alistair3149
3b90a46109
fix(core): 🐛 revert max-width rule on installed software
2024-05-29 17:52:00 -04:00
alistair3149
83ab221408
feat(core): ✨ only handle wikitable instead of all tables
...
Wikis use tables in creative ways and it is probably just safer to only apply it to wikitables.
Might revisit if there are any news from T330527.
2024-05-29 17:47:13 -04:00
github-actions
121772f8aa
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2024-05-28 21:44:31 +00:00