mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-12 07:55:21 +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
4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
@import 'tableOfContents.less';
|
|
@import 'popupNotification.less';
|
|
@import 'stickyHeader.less';
|