Update: remove the internal link icons

Bug: T190549
Change-Id: I87c55d26d36eead60c0137e244bdcc09f4239a76
This commit is contained in:
Stephen Niedzielski 2018-07-19 07:58:15 -05:00 committed by jdlrobson
parent bffb6eabcd
commit 9a7ee86fc1
4 changed files with 0 additions and 9 deletions

View file

@ -1 +0,0 @@
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M8.9 8.9V1.1H1.1v2.8H0V1.1C0 .5.5 0 1.1 0h7.8c.6 0 1.1.5 1.1 1.1v7.8c0 .6-.5 1.1-1.1 1.1H6.1V8.9h2.8z"/><path d="M6.8 3.2v4.4L5 5.8.8 10 0 9.2 4.2 5 2.4 3.2h4.4z"/></svg>

Before

Width:  |  Height:  |  Size: 277 B

View file

@ -1 +0,0 @@
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><g><path d="M1.1 8.9V1.1h7.8v2.8H10V1.1C10 .5 9.5 0 8.9 0H1.1C.5 0 0 .5 0 1.1v7.8C0 9.5.5 10 1.1 10h2.8V8.9H1.1z"/><path d="M3.2 3.2v4.4L5 5.8 9.2 10l.8-.8L5.8 5l1.8-1.8H3.2z"/></g></svg>

Before

Width:  |  Height:  |  Size: 285 B

View file

@ -39,7 +39,6 @@ a {
}
}
&.extiw, // internal
&.external {
// background-image is specified by ResourceLoader.
// Force the image size to be 10px.

View file

@ -192,12 +192,6 @@
"ltr": "resources/skins.minerva.content.styles.images/link-external-ltr.svg",
"rtl": "resources/skins.minerva.content.styles.images/link-external-rtl.svg"
}
},
"a.extiw": {
"file": {
"ltr": "resources/skins.minerva.content.styles.images/link-internal-ltr.svg",
"rtl": "resources/skins.minerva.content.styles.images/link-internal-rtl.svg"
}
}
}
},