B5-Snippets icon indicating copy to clipboard operation
B5-Snippets copied to clipboard

modal close button is wrong

Open ChaerilM opened this issue 2 years ago • 2 comments

generated

    <button type="button" class="close" data-dismiss="modal" aria-label="Close">
      <span aria-hidden="true">&times;</span>
    </button>

bootstrap 5

<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>

ChaerilM avatar Mar 23 '22 07:03 ChaerilM

Yes that's true, however, it works with the current version. That should be in mind while updating to newer version.

uguryuruk avatar May 22 '22 11:05 uguryuruk

I was working with either the alpha or beta so if you are using the most current version, @ChaerilM may be correct. I can double check this.

HansUXdev avatar Jun 12 '22 10:06 HansUXdev