2023-08-14 18:07:47 +00:00
|
|
|
/*!
|
|
|
|
* VisualEditor Vector-specific UserInterface DiffElement styles.
|
|
|
|
*
|
2023-12-01 16:06:11 +00:00
|
|
|
* @copyright See AUTHORS.txt
|
2023-08-14 18:07:47 +00:00
|
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Content class is needed for content styling, but adds unwanted extra margins (T344181) */
|
|
|
|
.ve-ui-diffElement-document.content { /* stylelint-disable-line selector-class-pattern */
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Lack of space to indent param lists (T344181). Could be removed if sidebar layout changed. */
|
2024-03-16 00:45:14 +00:00
|
|
|
.ve-ui-diffElement-attributeChange.oo-ui-labelElement .oo-ui-labelElement-label {
|
|
|
|
ol,
|
|
|
|
ul {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2023-08-14 18:07:47 +00:00
|
|
|
}
|