fix ButtonClose blur

This commit is contained in:
axolotle
2021-07-06 16:37:32 +02:00
parent f9216653a6
commit 4a1b0ae12d
+5 -4
View File
@@ -4,10 +4,11 @@
v-bind="$attrs"
variant="link"
class="btn-close"
aria-label="Fermer"
>
<svg viewBox="0 0 19 19">
<path d="m 2,2 15,15" />
<path d="m 17,2 -15,15" />
<svg aria-hiden="true" viewBox="0 0 20 20">
<path d="m 2.5,2.5 L17.5,17.5" />
<path d="m 17.5,2.5 L2.5,17.5" />
</svg>
</b-button>
</template>
@@ -41,7 +42,7 @@ export default {
path {
fill: none;
stroke: lighten($black, 30%);
stroke: lighten($black, 15%);
stroke-width: 4px;
stroke-linecap: round;
}