ext.uls.mixins: Use LESS variables from skin
Bug: T332541 Change-Id: If431b51615aa492b32a7707acc4946212d644971
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
&::after {
|
||||
/* @noflip */
|
||||
border-left: 10px @border-style-base #fff;
|
||||
border-left: 10px @border-style-base @border-color-inverted;
|
||||
/* @noflip */
|
||||
right: -10px;
|
||||
}
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
&::after {
|
||||
/* @noflip */
|
||||
border-right: 10px @border-style-base #fff;
|
||||
border-right: 10px @border-style-base @border-color-inverted;
|
||||
/* @noflip */
|
||||
left: -10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user