Remove deprecated .box-shadow mixin
Replace with unprefixed box-shadow Bug: T286692 Change-Id: Icb448cb092c214b0c467864201a2469076134a4c
This commit is contained in:
committed by
jenkins-bot
parent
8f91f61ec6
commit
4f40e08f9c
@@ -5,7 +5,7 @@
|
|||||||
.skin-vector {
|
.skin-vector {
|
||||||
.uls-menu {
|
.uls-menu {
|
||||||
border-color: #c8ccd1;
|
border-color: #c8ccd1;
|
||||||
.box-shadow( 0 2px 2px 0 rgba( 0, 0, 0, 0.25 ) );
|
box-shadow: 0 2px 2px 0 rgba( 0, 0, 0, 0.25 );
|
||||||
// Not inherited from `.mw-body-content`, as we insert at `body`.
|
// Not inherited from `.mw-body-content`, as we insert at `body`.
|
||||||
font-size: 0.875em;
|
font-size: 0.875em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user