wikimedia/mediawiki-extensions-VisualEditor

View on GitHub
modules/ve-mw/ce/styles/nodes/ve.ce.MWImageNode.less

Summary

Maintainability
Test Coverage
/*!
 * VisualEditor ContentEditable MediaWiki MWImageNode styles.
 *
 * @copyright See AUTHORS.txt
 * @license The MIT License (MIT); see LICENSE.txt
 */

.ve-ce-mwImageNode-audioPlayer {
    /* stylelint-disable-next-line declaration-no-important */
    background: #fff url( images/audioPlayer.svg ) !important;
    /* Force the original image 'src' offscreen, so that the background shows */
    /* stylelint-disable-next-line declaration-no-important */
    height: 0 !important;
    padding-top: 32px;
}