mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-04 18:58:37 +00:00
6ebd93b6eb
Bug: T332697 Change-Id: I50a7fedd8f1670daf668a6268fd12bebf578ced4
11 lines
314 B
CSS
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 );
|
|
}
|