refactor: adjust the edit link external icon looks just a bit

pull/161/head
Kia King Ishii 4 years ago
parent 49ff3269cc
commit 8c94cabf0d

@ -1,13 +1,13 @@
<template functional>
<svg
class="icon"
class="icon outbound"
xmlns="http://www.w3.org/2000/svg"
aria-hidden="true"
x="0px"
y="0px"
viewBox="0 0 100 100"
width="16"
height="16"
width="15"
height="15"
>
<path
fill="currentColor"
@ -21,11 +21,11 @@
</template>
<style>
.icon {
.icon.outbound {
position: relative;
top: -1px;
display: inline-block;
color: #aaa;
vertical-align: middle;
color: var(--c-text-lighter);
}
</style>

Loading…
Cancel
Save