Remove deprecated .box-shadow mixin

Replace with unprefixed box-shadow

Bug: T286692
Change-Id: Icb448cb092c214b0c467864201a2469076134a4c
This commit is contained in:
Santhosh Thottingal
2021-07-15 10:16:50 +05:30
committed by jenkins-bot
parent 8f91f61ec6
commit 4f40e08f9c

View File

@@ -5,7 +5,7 @@
.skin-vector {
.uls-menu {
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`.
font-size: 0.875em;
}