replaced nav buttons with svg-icon

This commit is contained in:
booploops 2022-06-29 14:36:50 -07:00
parent 964a8d328c
commit afeab7c38b
2 changed files with 3 additions and 3 deletions

View file

@ -1873,7 +1873,7 @@ input[type=checkbox][switch]:checked:active::before {
align-items: center;
color: white;
> svg {
> ._svg-icon {
height: 16px;
width: 16px;
pointer-events: none;

View file

@ -18,13 +18,13 @@
<div class="app-chrome-item">
<button class="playback-button navigation" @click="navigateBack()" :title="$root.getLz('term.navigateBack')"
v-b-tooltip.hover>
<%- include('../svg/chevron-left.svg') %>
<svg-icon url="./views/svg/chevron-left.svg"></svg-icon>
</button>
</div>
<div class="app-chrome-item">
<button class="playback-button navigation" @click="navigateForward()"
:title="$root.getLz('term.navigateForward')" v-b-tooltip.hover>
<%- include('../svg/chevron-right.svg') %>
<svg-icon url="./views/svg/chevron-right.svg"></svg-icon>
</button>
</div>
<div class="app-chrome-item" v-if="getThemeDirective('windowLayout') == 'twopanel'">