replaced nav buttons with svg-icon
This commit is contained in:
parent
964a8d328c
commit
afeab7c38b
2 changed files with 3 additions and 3 deletions
|
@ -1873,7 +1873,7 @@ input[type=checkbox][switch]:checked:active::before {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
> svg {
|
> ._svg-icon {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
|
@ -18,13 +18,13 @@
|
||||||
<div class="app-chrome-item">
|
<div class="app-chrome-item">
|
||||||
<button class="playback-button navigation" @click="navigateBack()" :title="$root.getLz('term.navigateBack')"
|
<button class="playback-button navigation" @click="navigateBack()" :title="$root.getLz('term.navigateBack')"
|
||||||
v-b-tooltip.hover>
|
v-b-tooltip.hover>
|
||||||
<%- include('../svg/chevron-left.svg') %>
|
<svg-icon url="./views/svg/chevron-left.svg"></svg-icon>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="app-chrome-item">
|
<div class="app-chrome-item">
|
||||||
<button class="playback-button navigation" @click="navigateForward()"
|
<button class="playback-button navigation" @click="navigateForward()"
|
||||||
:title="$root.getLz('term.navigateForward')" v-b-tooltip.hover>
|
: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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="app-chrome-item" v-if="getThemeDirective('windowLayout') == 'twopanel'">
|
<div class="app-chrome-item" v-if="getThemeDirective('windowLayout') == 'twopanel'">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue