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
github-actions
5d78425119
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-07-17 00:50:06 +00:00
alistair3149
e7ef5431a2
feat(SemanticMediaWiki): ✨ update datatable filter focus styles
2023-07-16 20:49:09 -04:00
alistair3149
ab70217b26
feat(SemanticMediaWiki): ✨ tweak SMW datatable styles
2023-07-16 20:41:30 -04:00
alistair3149
8cfa260997
feat(SemanticMediaWiki): ✨ add datatable styles
2023-07-16 20:06:15 -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
703fac6294
feat(core): ✨ add overlay as affordnance to popup menus
2023-07-14 18:18:18 -04:00
alistair3149
0d7fff1188
feat(Capiunto): ✨ add rounded corner to Capiunto infobox
2023-07-14 17:35:52 -04:00
alistair3149
1ba2acb928
feat(Capiunto): ✨ add more cohesive infobox styles
...
Override default float styles to make it work better with the Citizen skin.
Closes : #688
2023-07-14 17:33:55 -04:00
alistair3149
42a40307e4
feat(Tabs): ✨ add support for Extension:Tabs
...
Closes : #687
2023-07-11 21:33:15 -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
9c59d24612
fix(Echo): 🐛 incorrect button hover color
2023-07-10 16:34:14 -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
417c151d01
feat(TabberNeue): ✨ update TabberNeue selector to match with the latest version
2023-07-05 20:01:38 -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
8c0e850602
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-06-24 15:56:12 +00:00
沈澄心
7e2dcc19bb
fix(DiscussionTools): icon color in dark theme ( #675 )
...
* Update ext.discussionTools.init.styles.less
* Update ext.discussionTools.init.styles.less
2023-06-24 11:55:22 -04:00
沈澄心
ec3aafcfad
feat(DiscussionTools): exchange icons for subscribe and unsubscribe buttons
2023-06-22 13:50:09 -04:00
alistair3149
638cca92cf
feat(DiscussionTools): ✨ turn subscribe button into icon
2023-06-19 23:42:11 -04:00
沈澄心
0acaa0176f
fix(Score): use hue rotate to match dark mode color ( #662 )
2023-06-10 15:49:50 -04:00
alistair3149
1b817b8177
feat(Lingo): ✨ tweak Lingo tooltip styles
2023-06-10 15:48:46 -04:00
alistair3149
271d383cf6
fix(SemanticMediaWiki): 🐛 hide indicator divider when entity is loaded
2023-06-10 15:37:05 -04:00
github-actions
82539eba4b
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-06-10 01:10:11 +00:00
沈澄心
7134a88995
feat(Score): add Score support ( #661 )
...
* Create ext.score.popup.less
* Update skin.json
* Update README.md
* Update ext.score.popup.less
2023-06-09 21:09:26 -04:00
github-actions
8351aa5203
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-06-08 19:45:07 +00:00
沈澄心
e69160de2f
feat(WikiHiero): add WikiHiero color ( #653 )
...
Also update Math color
---------
Co-authored-by: alistair3149 <alistair3149@users.noreply.github.com>
2023-06-08 15:44:22 -04:00
alistair3149
5737125f02
fix(SemanticMediaWiki): 🐛 prevent entity examiner spinner rotate off axis
2023-06-06 18:58:56 -04:00
alistair3149
0ee31530ec
feat(SemanticMediaWiki): ✨ replace entity examiner loader with SMW logo
2023-06-06 18:48:08 -04:00
alistair3149
572bca1467
feat(WikiEditor): ✨ tweak dialog styles
2023-06-03 19:07:14 -04:00
alistair3149
2d425d8276
feat(WikiEditor): ✨ tweak toolbar and search and replace styles
...
Also fix some jQuery UI issues
2023-06-03 18:50:42 -04:00
github-actions
cc520b6053
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-06-02 18:39:49 +00:00
沈澄心
e651e1b8ca
feat(CodeEditor): add ACE Editor setting panel style ( #650 )
...
* Update ext.codeEditor.ace.less
* Update ext.codeEditor.ace.less
* Update ext.codeEditor.ace.less
* Update README.md
2023-06-02 14:39:12 -04:00
github-actions
7e97ccacb1
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-06-02 17:30:35 +00:00
github-actions
fa9c419e0c
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-06-02 17:29:51 +00:00
沈澄心
373f0814f1
feat(ManageWiki): add ManageWiki search highlight style ( #649 )
...
* Update ext.managewiki.oouiform.styles.less
* Update README.md
2023-06-02 13:29:48 -04:00
沈澄心
109b68172f
feat(CommentStreams): update CommentStreams style ( #647 )
...
* Update ext.CommentStreams.less
* Update README.md
2023-06-02 13:29:01 -04:00
alistair3149
a269d35dac
feat(SyntaxHighlight): ✨ add line highlight color
2023-06-02 01:51:58 -04:00
alistair3149
2b69011a8f
feat(CodeEditor): ✨ add find and replace styles
2023-06-02 01:45:36 -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
9ee6bae4d6
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-06-01 22:47:32 +00:00
沈澄心
151a227083
feat(WikiHiero): add WikiHiero support ( #645 )
...
* Create ext.wikihiero
* Delete ext.wikihiero
* Create ext.wikihiero.less
* Update ext.wikihiero.less
* Update ext.wikihiero.less
* Update ext.wikihiero.less
* Update skin.json
* Update README.md
* Update README.md
2023-06-01 18:46:46 -04:00
github-actions
9befcc4a3a
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-05-31 09:05:17 +00:00
沈澄心
9cf37c20e3
feat(SmiteSpam): add SmiteSpam support ( #641 )
...
* Create ext.SmiteSpam.retriever.less
* Update skin.json
* Update skin.json
* Update README.md
* Update skin.json
2023-05-31 05:04:32 -04:00
github-actions
c95eb87a25
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-05-27 23:14:23 +00:00
沈澄心
1158a3c13c
feat(VEForAll): add VEForAll styles( #637 )
...
* VEForAll support
* Update ext.veforall.main.less
* Update ext.CommentStreams.less
* Update ext.veforall.main.less
* Update ext.scribunto.edit.less
* Update README.md
Also fix various readme doc
2023-05-27 19:13:38 -04:00
沈澄心
bf79397864
fix(Echo): fix Echo popup height ( #638 )
...
* Update ext.echo.ui.less
* Update ext.echo.ui.less
* Escape calc CSS func
---------
Co-authored-by: alistair3149 <alistair3149@users.noreply.github.com>
2023-05-27 15:00:15 -04:00
github-actions
fd84f91018
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-05-27 18:43:09 +00:00
沈澄心
dc17bbe5cf
feat(CommentStreams): update CommentStreams color ( #636 )
...
* Update ext.CommentStreams.less
* Update ext.CommentStreams.less
* Update ext.CommentStreams.less
2023-05-27 14:42:21 -04:00
alistair3149
e6658147ea
feat(Scribunto): ✨ tweak debug console styles
2023-05-23 14:53:52 -04:00
alistair3149
41312d5093
feat(CodeEditor): ✨ add syntax highlight color
2023-05-23 14:16:00 -04:00
沈澄心
ed93f12e1c
refactor(CodeMirror): remove redundant syntax color CSS var in ext.CodeMirror.lib.less ( #632 )
...
* Update ext.CodeMirror.lib.less
* Update README.md
2023-05-23 14:11:40 -04:00
alistair3149
f1b9e12ee2
refactor(CodeMirror): ♻️ remove redundant syntax color css var
2023-05-23 13:13:13 -04:00
alistair3149
09317936dd
feat(SyntaxHighlight): ✨ unbold some highlight to match with CodeMirror
2023-05-23 13:11:56 -04:00
沈澄心
99935453db
feat(Echo): hide #pt-talk-alert when Echo is enabled ( #626 )
2023-05-23 12:46:36 -04:00
github-actions
849cf184b5
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-05-23 16:29:02 +00:00
沈澄心
efd02548a6
feat(Scribunto): add support for Scribunto debug console ( #629 )
...
* add support for Scribunto debug console
* Update ext.scribunto.edit.less
* Update README.md
2023-05-23 12:27:54 -04:00
github-actions
c621e26443
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-05-18 17:54:13 +00:00
沈澄心
0fb2738d96
feat(CommentStreams): add support for CommentStreams ( #624 )
2023-05-18 13:53:07 -04:00
alistair3149
e139df6a24
feat(TemplateData): ✨ add style for TemplateData button in VE
2023-05-01 15:10:41 -04:00
github-actions
1b8049628a
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-04-28 16:15:13 +00:00
alistair3149
567fc811ea
fix(RelatedArticles): 🐛 larger min-height to trigger lazyload
...
RA needs a larger min-height to trigger the script to load the cards
2023-04-28 12:14:04 -04:00
alistair3149
daf5b3d07f
fix(RelatedArticles): enforce min-height for RA to render
...
RA needs a min-height to trigger the JS to render the cards
2023-03-27 13:41:23 -04:00
alistair3149
787ecc3fca
fix(CodeMirror): use same font as edit font
...
This should fix the alignment issue with the syntax highlight overlay
2023-03-18 22:45:32 -04:00
alistair3149
2a6e65b265
feat(RelatedArticles): ✨ add border to RA cards
2023-03-01 16:14:07 -05:00
alistair3149
68313123e9
feat(core): ✨ apply box-sizing: border-box by default
2023-03-01 16:08:07 -05: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
af41f98935
feat(core): ✨ use same font family instead of serif for blockquote
...
Since it is the only place that use serif, the serif variable is also removed
2023-02-16 12:13:21 -05:00
alistair3149
3ec84349b1
feat(core): ✨ add support for user-interface-preferences menu
...
This should also fix the issue of ULS not showing up (#587 , #425 ).
2023-02-15 18:38:02 -05:00
alistair3149
f9e872a52a
feat(Translate): ✨ rework Translate header and language tag styles
2023-02-15 18:10:00 -05:00
alistair3149
e2d1230064
fix(VisualEditor): 🐛 VE overlay should have overlay z-index
...
It was missing in the VE skinstyles update.
Fix : #583
2023-02-15 15:52:33 -05:00
alistair3149
1d10b669a6
feat(VisualEditor): ✨ update VisualEditor styles
...
Redo VE styles for 1.39 properly by going through the source code.
Since VE is massive and complex, this might not cover all the use cases but
it should be better than the implementation before.
2023-02-06 17:42:46 -05:00
alistair3149
8659eab296
feat(RelatedArticles): ✨ tweak RA card color
2023-02-06 15:03:02 -05:00
alistair3149
5bf0147499
fix(RelatedArtcles): 🐛 add min-height so that RA cards will render
2023-01-27 14:27:42 -05:00
alistair3149
6ce8d2d1f4
feat(RevisionSilder): ✨ add color to bar chart
2023-01-21 14:34:08 -05:00
alistair3149
ca503c7f7b
feat(DiscussionTools): ✨ update DT styles
2023-01-21 14:11:18 -05:00
alistair3149
5c22145295
feat(Echo): ✨ tweak Special:Notifications styles
2023-01-16 19:35:00 -05:00
alistair3149
5589916bfa
fix(VisualEditor): 🐛 incorrect layout for header in preview dialog
2023-01-16 18:25:15 -05:00
alistair3149
f11ad86a07
fix(Cargo): 🐛 incorrect hover style for datatable
2023-01-14 19:16:36 -05:00
alistair3149
df7346c937
fix(Cargo): restore table to default behavior
...
That behavior will be the same as how we handle other tables as well
2023-01-09 18:55:55 -05:00
alistair3149
a021815757
refactor(TwoColConflict): ♻️ remove unused styles
2023-01-09 18:38:56 -05:00
alistair3149
ed36d72482
feat(TwoColConflict): ✨ add TwoColConflict skinStyles
2023-01-09 18:38:09 -05:00
alistair3149
7bd30ebecb
feat(UploadWizard): ✨ update UploadWizard styles
2023-01-08 21:23:23 -05:00
alistair3149
3fd4908953
fix(CodeMirror): 🐛 incorrect selector for CM elements
...
This should also fix the text highlight color issue
2023-01-05 01:00:38 -05:00
alistair3149
46437d81f6
feat(CodeMirror): ✨ sync background color with other editors
2023-01-05 00:47:03 -05:00
github-actions
9497163637
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-01-04 03:59:38 +00:00
alistair3149
5db562008e
feat(Cargo): ✨ cargo table should have reduced font size
2023-01-03 22:58:17 -05:00
alistair3149
1dcb37a467
feat(Cargo): ✨ datatable should have reduced font size
2023-01-03 22:57:04 -05:00
alistair3149
dd7f21bc8e
feat(Cargo): ✨ add responsive support for datatable
2023-01-03 22:52:25 -05:00
github-actions
4f0286aa7c
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2023-01-04 03:50:03 +00:00
alistair3149
8adf25e350
fix(Cargo): 🐛 add datatable odd row hover styles
2023-01-03 22:49:08 -05:00
alistair3149
a017bae502
feat(Cargo): ✨ update partial Cargo styles
...
Cargo is massive so it might have to be broken down into several commits
2023-01-03 22:47:51 -05:00
H. C. Kruse
286f4f2f1d
feat(ReplaceText): add ReplaceText styles ( #561 )
...
* feat: Add ReplaceText styles
* ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
* docs: 📚 ️ add missing documentation
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
Co-authored-by: alistair3149 <alistair31494322@gmail.com>
2023-01-03 21:00:48 -05:00
alistair3149
5946089cbb
feat(CodeEditor): ✨ add CodeEditor support
2022-12-15 21:12:22 -05:00
alistair3149
37cdf91257
feat(core): ✨ deprecate background-color-framed and input
...
background-color-framed can be replaced with color-surface-2 most of the time.
input is not used.
They are both deprecated in favor of the simpler color-surface system
2022-12-14 12:56:17 -05:00
alistair3149
3517453741
fix(AdvancedSearch): 🐛 1px layout shift in preloader
2022-12-13 17:43:01 -05:00
alistair3149
88fca93c46
feat(AdvancedSearch): ✨ update AdvancedSearch styles
2022-12-13 17:39:50 -05:00
alistair3149
9b9916d61b
feat(MediaSearch): ✨ add grade A support for MediaSearch
2022-12-12 20:11:50 -05:00
alistair3149
9bc8d7a44c
feat(MultimediaViewer): ✨ smaller scroll indicator for MMV
2022-12-02 15:14:33 -05:00
alistair3149
dd7270bcd4
feat(codex): ✨ add grade A support for Codex
...
Also align with MW UI, OOUI
2022-12-01 22:03:42 -05:00
alistair3149
ce9e9de25b
feat(core): ✨ redo MediaWiki UI styles
2022-11-30 15:38:59 -05:00
alistair3149
1238799a82
feat(Popups): ✨ add responsive support for Popups
2022-11-29 12:51:54 -05:00
alistair3149
dcd7a7bf21
feat(Popups): ✨ update Popups styles
2022-11-28 22:04:07 -05:00
alistair3149
28368f3dfa
feat(MultimediaViewer): ✨ tweak scroll indicator behavior
2022-11-28 18:54:14 -05:00
alistair3149
7b6743e4b6
feat(MultimediaViewer): ✨ revamp mmv styles
2022-11-27 22:30:34 -05:00
alistair3149
467cf85be4
feat(core): ✨ unify sticky header styles
2022-11-24 20:15:13 -05:00
alistair3149
baab7e17a8
feat(core): ✨ tweak content footer styles
2022-11-23 14:47:14 -05:00
alistair3149
481449c748
feat(RelatedArticles): ✨ tweak gap between cards
2022-11-21 17:47:16 -05:00
alistair3149
d8b2c73e6e
refactor(core): ♻️ only use padding-page when nessecary
2022-11-21 17:47:13 -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
3c0eea2637
feat(RelatedArticles): ✨ update RelatedArticles styles
2022-11-21 17:47:05 -05:00
alistair3149
d238e932a1
feat(core): ✨ add pill and circle border radius variables
2022-11-21 17:46:31 -05:00
alistair3149
58279bb34e
feat(srf): ✨ update some of the legacy styles
2022-11-21 17:46:15 -05:00
alistair3149
70fbda4bba
feat(wikiEditor): ✨ rework styles for WikiEditor to grade A
2022-11-21 17:45:41 -05:00
alistair3149
68c199d1e9
refactor(core): ♻️ handle VE merged edit buttons better
2022-11-21 17:43:16 -05:00
alistair3149
fd40b1b855
feat(core): ✨ more granular spacing units
2022-11-21 17:42:43 -05:00
alistair3149
6ce7247616
feat(core): ✨ use relative spacing for caption styles
2022-11-21 17:42:37 -05:00
alistair3149
034d5c4b02
feat(core): ✨ standardize line height
2022-11-21 17:42:33 -05:00
alistair3149
969cd787d6
feat(core): ✨ use different font weight in different themes
...
The same font weight do not provide the same contrast in different themes.
We should be able to change the scaling
2022-11-21 17:42:26 -05:00
alistair3149
2bf1c27d46
chore(ci): 🔧 👷 remove unnessecary stylelint declarations
2022-11-21 17:41:49 -05:00
alistair3149
8793a243c3
feat(core): ✨ rewrite body layout into flex and grid
2022-11-21 17:41:42 -05:00
alistair3149
f1fb5537c9
feat(AJAXPoll): ✨ add skinStyle for AJAXPoll ( #487 )
2022-10-25 14:55:39 -04:00
alistair3149
0083d2fb84
feat(tabberNeue): ✨ update active tab selector
2022-10-23 17:17:05 -04:00
alistair3149
5fbba91fd9
feat(tabberNeue): ✨ update skinStyles
2022-10-21 18:11:01 -04:00
alistair3149
fa1ae98497
feat(smw): revamp SMW skinStyles ( #532 )
...
Update to grade A
2022-10-21 13:44:15 -04:00
alistair3149
5e962b785b
fix(skinStyles): 🐛 fix Echo overflow in small screens
2022-10-05 19:21:20 -04:00
github-actions
443c7ada54
ci: 👷 lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2022-10-04 23:38:07 +00:00
alistair3149
4a7489e19f
feat(skinStyles): ✨ add missing VE styles
2022-10-04 19:37:17 -04:00
alistair3149
7452546df9
refactor(skinStyles): ♻️ clean up unused VE styles
2022-10-04 19:24:39 -04:00
alistair3149
d2dca07618
fix(skinStyles): 🐛 various clipping in VisualEditor
2022-10-04 19:22:54 -04:00
alistair3149
a59aeff4a3
fix(skinStyles): 🐛 incorrect VE new paragraph button color
2022-10-04 19:05:57 -04:00
alistair3149
9388b92b27
fix(skinStyles): 🐛 incorrect VE dark mode background
...
Fixing incorrect dark background in dialog in VE (#489 , #525 )
2022-10-02 11:53:22 -04:00
alistair3149
4902ae76ab
feat(core): ✨ redesign site footer
...
last modified and copyright message are not implemented yet.
they will be integrated into body content since they are not global.
2022-10-01 15:06:57 -04:00
alistair3149
6de95d4fec
feat(core): redesign site header ( #521 )
...
Change header into vertical header for large screen and bottom header for small screen.
2022-09-29 19:12:56 -04:00
github-actions
0d63257e86
ci: lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2022-09-28 21:02:56 +00:00
Nathan Kuenzig
8c6cdc4c29
feat(skinStyles): add Math skinStyles ( #502 )
...
* Create Extension:Math styles
* Added ext.math.styles
* Added Extension:Math as Grade E
I'm not sure how to accomplish this without using LESS variables. CSS variables don't seem to work with the `.recolor()` mixin.
* Added Stack Overflow link
2022-08-21 12:42:48 -04:00
alistair3149
f03697f309
feat(skinStyles): add skinStyles for ManageWiki extension
2022-06-16 16:51:07 -04:00
alistair3149
64f7e18837
fix(skinStyles): dismiss button in CentralNotice should be on top
2022-06-16 16:40:03 -04:00
paladox
496b6f9403
fix(skinStyles): add missing variables.less import ( #480 )
...
Seeing variable @icon-size is undefined in file /srv/mediawiki/w/skins/Citizen/skinStyles/extensions/UniversalLanguageSelector/ext.uls.pt.less in ext.uls.pt.less on line 19.
Which I think is due to a missing import that contains the definition of @icon-size.
2022-06-16 12:20:40 -04:00
github-actions
40fdbbb494
ci: lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2022-06-02 16:59:15 +00:00
alistair3149
d7d512c6d4
feat(skinStyles): add grade B support for RevisionSlider
2022-06-02 12:58:15 -04:00
github-actions
a70503b2ec
ci: lint code to MediaWiki standards
...
Check commit and GitHub actions for more details
2022-06-02 16:41:44 +00:00
alistair3149
2853a05d8f
fix(skinStyles): move personal menu ULS button styles to the right module
2022-06-02 12:39:54 -04:00
alistair3149
b05a2e8221
feat(skinStyles): tweak ULS trigger styles
2022-06-02 11:28:13 -04:00
alistair3149
982cb8c7ba
fix(skinStyles): add missing Echo dark styles
...
Closes #468
2022-05-31 19:15:06 -04:00
alistair3149
7b810b2389
fix(core): incorrect z-index for the inner header container
...
Also fix the undefined LESS variable in the Echo skinstyle
2022-05-25 16:01:21 -04:00
alistair3149
be8b9a0a0d
feat(core): clean up and tweak z-index usage
...
fixes #462
2022-05-23 15:11:41 -04:00