mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 07:43:47 +00:00
1d17b4624f
1) Icon optimizations * Load styles for expand icon in JavaScript since it relates to table of contents and that is only enabled with JavaScript * Drop vector-icon--x-small class since it only applies to this icon * Remove some FIXMEs to an issue that has already been fixed upstream 2) Move styles that do not need to be render blocking to skins.vector.js * Move sticky header to skins.vector.js since it doesn't work without JavaScript * Move popupNotification to skins.vector.js since this is never server side rendered. Change-Id: I98e6c0826b514aaefcf88f66275bba37125129b1
11 lines
358 B
Plaintext
11 lines
358 B
Plaintext
@import 'mediawiki.skin.variables.less';
|
|
|
|
.mw-ui-icon-wikimedia-expand {
|
|
.cdx-mixin-css-icon( @cdx-icon-expand );
|
|
// Temporary generic small icon class
|
|
// FIXME: Replace with proper Codex CSS icon usage in T338403
|
|
.cdx-mixin-css-icon-background( @size-icon-x-small );
|
|
.cdx-mixin-css-icon-size( @size-icon-x-small );
|
|
.cdx-mixin-css-icon-alignment( );
|
|
}
|