mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/elements/ve.ui.DiffElement-vector.css
Ed Sanders 6ebd93b6eb Vector: Use greyed out version of bullet image in visual diffs
Bug: T332697
Change-Id: I50a7fedd8f1670daf668a6268fd12bebf578ced4
2023-03-29 21:05:24 +02:00

11 lines
314 B
CSS

/*!
* VisualEditor Vector-specific UserInterface DiffElement styles.
*
* @copyright 2011-2023 VisualEditor Team and others; see http://ve.mit-license.org
* @license The MIT License (MIT); see LICENSE.txt
*/
ul > li[ data-diff-list-none ] {
list-style-image: url( images/vector-bullet-icon-disabled.svg );
}