mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-13 17:57:06 +00:00
c5cfd4dce8
Removes gradients from tabs (i.e. article toolbar) in new Vector, moving the existing MenuTabs.less component into the skins.vector.styles.legacy module and creating a new MenuTabs.less component for modern Vector. Bug: T309398 Change-Id: I5d807f09bfbbceaded756daa78dbb023efcc91dc
29 lines
676 B
Plaintext
29 lines
676 B
Plaintext
/**
|
|
* Common styles and components shared by both,
|
|
* Vector legacy and Vector modern.
|
|
*/
|
|
|
|
@import './variables.less';
|
|
@import 'mediawiki.mixins.less';
|
|
|
|
@media screen {
|
|
// Common styles
|
|
@import './normalize.less';
|
|
@import './typography.less';
|
|
|
|
// Components
|
|
@import './components/Indicators.less';
|
|
@import './components/SiteNotice.less';
|
|
@import './components/Menu.less';
|
|
@import './components/TabWatchstarLink.less';
|
|
@import './components/MenuDropdown.less';
|
|
@import './components/MenuPortal.less';
|
|
@import './components/SearchBox.less';
|
|
@import './components/SidebarLogo.less';
|
|
@import './components/Footer.less';
|
|
}
|
|
|
|
@media print {
|
|
@import './print.less';
|
|
}
|