mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-27 09:43:06 +00:00
Define a variable to reuse a value
Change-Id: I2d9c62f5920bf82f564bd01a38a213e7a95b0205
This commit is contained in:
parent
3684f26994
commit
bd4efc18ee
|
@ -84,9 +84,11 @@
|
||||||
.user-select( none );
|
.user-select( none );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@arrow-size: 14px;
|
||||||
|
|
||||||
.expandable-arrow( @param-color ) {
|
.expandable-arrow( @param-color ) {
|
||||||
.cdx-mixin-css-icon(
|
.cdx-mixin-css-icon(
|
||||||
@cdx-icon-down-triangle, @param-color, 14px,
|
@cdx-icon-down-triangle, @param-color, @arrow-size,
|
||||||
false, center, text-top
|
false, center, text-top
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -132,7 +134,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.CategoryTreePageBullet {
|
.CategoryTreePageBullet {
|
||||||
margin-left: 14px;
|
width: @arrow-size;
|
||||||
}
|
}
|
||||||
|
|
||||||
.CategoryTreeLabelPage {
|
.CategoryTreeLabelPage {
|
||||||
|
|
Loading…
Reference in a new issue