Page MenuHomeWickedGov Phorge

Icon.less
No OneTemporary

Size
674 B
Referenced Files
None
Subscribers
None

Icon.less

@import 'mediawiki.skin.variables.less';
@transparentPNG: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
.vector-icon {
// By default use a transparent PNG. This is important for icons loaded via JavaScript, as without this
// the icon will appear as a black square until loaded.
-webkit-mask-image: @transparentPNG;
mask-image: @transparentPNG;
.cdx-mixin-css-icon( 'none' );
}
/* If the class contains the string -progressive convert to a progressive icon.
This impacts language button and talk add topic. */
.vector-icon[ class*='-progressive' ] {
background-color: @color-progressive;
}

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 19, 03:51 (2 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
75/33/d117edd4069bfa08e03353758751
Default Alt Text
Icon.less (674 B)

Event Timeline