mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-13 18:37:00 +00:00
6165b06f28
Adding some basic support for visual editing in VisualEditor. Currently it is nothing fancy, just the ability to recognize <tabber/> tags and a simple dialog with code editor to edit the Tabber code. It would be iterated upon in the future.
11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
/*!
|
|
* VisualEditor UserInterface MWTabberDialog styles.
|
|
*
|
|
*/
|
|
|
|
/* stylelint-disable selector-class-pattern */
|
|
|
|
.ve-ui-mwTabberDialog-content .oo-ui-textInputWidget {
|
|
max-width: none;
|
|
}
|