Skip to content

Commit

Permalink
Better default close character
Browse files Browse the repository at this point in the history
The close link was using a standard `X`, which looks quite ugly by default so I suggest we use `×` or `×` instead, which is what the default blueimp Gallery uses.
  • Loading branch information
hybridvision committed Oct 9, 2019
1 parent d96984f commit e6548a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/gallery.vue
Expand Up @@ -14,7 +14,7 @@
<slot name="next">›</slot>
</a>
<a v-if="!carousel" class="close">
<slot name="close">X</slot>
<slot name="close">×</slot>
</a>
<ol v-if="!carousel" class="indicator"></ol>
<a v-if="carousel" class="play-pause"></a>
Expand Down

0 comments on commit e6548a5

Please sign in to comment.