fix ButtonClose blur
This commit is contained in:
@@ -4,10 +4,11 @@
|
|||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
variant="link"
|
variant="link"
|
||||||
class="btn-close"
|
class="btn-close"
|
||||||
|
aria-label="Fermer"
|
||||||
>
|
>
|
||||||
<svg viewBox="0 0 19 19">
|
<svg aria-hiden="true" viewBox="0 0 20 20">
|
||||||
<path d="m 2,2 15,15" />
|
<path d="m 2.5,2.5 L17.5,17.5" />
|
||||||
<path d="m 17,2 -15,15" />
|
<path d="m 17.5,2.5 L2.5,17.5" />
|
||||||
</svg>
|
</svg>
|
||||||
</b-button>
|
</b-button>
|
||||||
</template>
|
</template>
|
||||||
@@ -41,7 +42,7 @@ export default {
|
|||||||
|
|
||||||
path {
|
path {
|
||||||
fill: none;
|
fill: none;
|
||||||
stroke: lighten($black, 30%);
|
stroke: lighten($black, 15%);
|
||||||
stroke-width: 4px;
|
stroke-width: 4px;
|
||||||
stroke-linecap: round;
|
stroke-linecap: round;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user