mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-15 11:58:44 +00:00
Merge "hygiene: Make LESS imports non-ambigious"
This commit is contained in:
commit
ac483a78ed
|
@ -3,7 +3,7 @@
|
||||||
* prepended with @noflip in a comment block.
|
* prepended with @noflip in a comment block.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@import 'mediawiki.mixins';
|
@import 'mediawiki.mixins.less';
|
||||||
|
|
||||||
/* Framework */
|
/* Framework */
|
||||||
html {
|
html {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
@import 'mediawiki.mixins';
|
@import 'mediawiki.mixins.less';
|
||||||
@import 'personalNavigation';
|
@import 'personalNavigation.less';
|
||||||
@import 'search';
|
@import 'search.less';
|
||||||
@import 'tabs';
|
@import 'tabs.less';
|
||||||
|
|
||||||
/* Hide, but keep accessible for screen-readers */
|
/* Hide, but keep accessible for screen-readers */
|
||||||
#mw-navigation h2 {
|
#mw-navigation h2 {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
@import 'mediawiki.mixins';
|
@import 'mediawiki.mixins.less';
|
||||||
@import 'mediawiki.ui/variables';
|
@import 'mediawiki.ui/variables.less';
|
||||||
|
|
||||||
/* Search */
|
/* Search */
|
||||||
#p-search {
|
#p-search {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
@import '../variables';
|
@import '../variables.less';
|
||||||
@import 'mediawiki.mixins';
|
@import 'mediawiki.mixins.less';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Styling for namespace tabs (page, discussion) and views (read, edit, view history, watch and other actions)
|
* Styling for namespace tabs (page, discussion) and views (read, edit, view history, watch and other actions)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
@import '../variables';
|
@import '../variables.less';
|
||||||
@import 'mediawiki.mixins.rotation';
|
@import 'mediawiki.mixins.rotation.less';
|
||||||
|
|
||||||
/* Watch/Unwatch Icon Styling */
|
/* Watch/Unwatch Icon Styling */
|
||||||
/* Only use icon if the menu item is not collapsed into the "More" dropdown
|
/* Only use icon if the menu item is not collapsed into the "More" dropdown
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
instead of to the side of it. They also hide the logo, as there's no space
|
instead of to the side of it. They also hide the logo, as there's no space
|
||||||
left for it.
|
left for it.
|
||||||
*/
|
*/
|
||||||
@import 'mediawiki.ui/variables';
|
@import 'mediawiki.ui/variables.less';
|
||||||
|
|
||||||
@media screen and ( max-width: @width-breakpoint-tablet ) {
|
@media screen and ( max-width: @width-breakpoint-tablet ) {
|
||||||
#mw-head {
|
#mw-head {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@import 'mediawiki.ui/variables';
|
@import 'mediawiki.ui/variables.less';
|
||||||
@import '../variables.less';
|
@import '../variables.less';
|
||||||
|
|
||||||
/* mediawiki.notification */
|
/* mediawiki.notification */
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@import 'mediawiki.ui/variables';
|
@import 'mediawiki.ui/variables.less';
|
||||||
|
|
||||||
@font-size-root: 100%;
|
@font-size-root: 100%;
|
||||||
@font-size-browser: 16; // Assumed browser default of `16px`
|
@font-size-browser: 16; // Assumed browser default of `16px`
|
||||||
|
|
Loading…
Reference in a new issue