fix ButtonClose blur
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user