fix(modal): close button should not have a title

This commit is contained in:
Eric Liu 2022-05-18 18:49:34 -07:00
commit 4ecfcec17d
2 changed files with 0 additions and 3 deletions

View file

@ -50,7 +50,6 @@
<slot /> <slot />
<button <button
type="button" type="button"
title="{iconDescription}"
aria-label="{iconDescription}" aria-label="{iconDescription}"
class:bx--modal-close="{true}" class:bx--modal-close="{true}"
class="{closeClass}" class="{closeClass}"

View file

@ -222,7 +222,6 @@
bind:this="{buttonRef}" bind:this="{buttonRef}"
type="button" type="button"
aria-label="{iconDescription}" aria-label="{iconDescription}"
title="{iconDescription}"
class:bx--modal-close="{true}" class:bx--modal-close="{true}"
on:click="{() => { on:click="{() => {
open = false; open = false;
@ -248,7 +247,6 @@
bind:this="{buttonRef}" bind:this="{buttonRef}"
type="button" type="button"
aria-label="{iconDescription}" aria-label="{iconDescription}"
title="{iconDescription}"
class:bx--modal-close="{true}" class:bx--modal-close="{true}"
on:click="{() => { on:click="{() => {
open = false; open = false;