mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-04 18:58:37 +00:00
9ee1b51fbe
Change-Id: Ic818efe7315187bf96ead7bd6468ecb3d44d988d
11 lines
260 B
Plaintext
11 lines
260 B
Plaintext
/*!
|
|
* VisualEditor Vector-specific UserInterface DiffElement styles.
|
|
*
|
|
* @copyright See AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
ul > li[ data-diff-list-none ] {
|
|
list-style-image: url( images/vector-bullet-icon-disabled.svg );
|
|
}
|