mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 15:53:46 +00:00
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:
parent
aa45edd2f2
commit
5b563ba9f9
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue