PolyGerrit: Fix gr-diff-view arrows to use html code

See https://www.toptal.com/designers/htmlarrows/

Change-Id: I5255ec40da179292718ade64a93536f27a4fc6a8
(cherry picked from commit 2280cbbcbc)
This commit is contained in:
Paladox none 2017-04-21 15:32:02 +00:00
parent dfc7e6d313
commit d2dc45716f
1 changed files with 2 additions and 2 deletions

View File

@ -286,11 +286,11 @@ limitations under the License.
</gr-overlay>
<div class="fileNav mobile">
<a class="mobileNavLink"
href$="[[_computeNavLinkURL(_path, _fileList, -1, 1)]]"><</a>
href$="[[_computeNavLinkURL(_path, _fileList, -1, 1)]]">&lt;</a>
<div class="fullFileName mobile">[[_computeFileDisplayName(_path)]]
</div>
<a class="mobileNavLink"
href$="[[_computeNavLinkURL(_path, _fileList, 1, 1)]]">></a>
href$="[[_computeNavLinkURL(_path, _fileList, 1, 1)]]">&gt;</a>
</div>
<gr-diff
id="diff"