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

View File

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