We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requested by Izno at https://en.wikipedia.org/wiki/Wikipedia_talk:Twinkle#toccolours_removed_in_Vector_22
.toccolours is used by Twinkle to style something in morebits.js
.toccolours works in vector but not vector-2022
The CSS for it should probably be copied into Twinkle and named .morebits-toccolours or something. Similar to what I did in a previous patch.
The text was updated successfully, but these errors were encountered:
It's used to style the Twinkle-generated content in case it could not saved to the page due to an error:
Run:
Twinkle.speedy.callback(); Morebits.status.init($(".quickform")[0]); Morebits.status.printUserText('{{User text}}', 'shown below is your text');
The user text appears unstyled in vector-2022.
Looks like all the required CSS is:
border: 1px solid #a2a9b1; background-color: #f8f9fa; padding: 5px; font-size: 95%;
Sorry, something went wrong.
Stop relying on .toccolours (not available in vector-2022)
d5a0619
Copy the CSS rules to morebits.css instead. Closes wikimedia-gadgets#1704
Successfully merging a pull request may close this issue.
Requested by Izno at https://en.wikipedia.org/wiki/Wikipedia_talk:Twinkle#toccolours_removed_in_Vector_22
.toccolours is used by Twinkle to style something in morebits.js
.toccolours works in vector but not vector-2022
The CSS for it should probably be copied into Twinkle and named .morebits-toccolours or something. Similar to what I did in a previous patch.
The text was updated successfully, but these errors were encountered: