skins.vector.styles: Remove obsolete linear-gradient hack

Following up I6bc4cf541eefd00e2e42 we also need to remove the
linear-gradient hack that only made sense in combination with the
now gone PNG fallback background-image.

Change-Id: I0e7ed0451884a6bd612cb1082555338a26129e2d
This commit is contained in:
Volker E 2020-08-18 13:43:39 -07:00 committed by VolkerE
parent aa45edd2f2
commit 5b563ba9f9
1 changed files with 2 additions and 2 deletions

View File

@ -39,11 +39,11 @@
// Equals `#555`, closest to `#54595d` on background-color `#fff`.
opacity: 0.67;
/* @embed */
background-image: linear-gradient( transparent, transparent ), url( images/chevronHorizontal-ltr.svg );
background-image: url( images/chevronHorizontal-ltr.svg );
#mw-sidebar-checkbox:not( :checked ) ~ .mw-header & {
/* @embed */
background-image: linear-gradient( transparent, transparent ), url( images/menu.svg );
background-image: url( images/menu.svg );
}
}