mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
fix(modal): close button should not have a title
This commit is contained in:
parent
e1451324cc
commit
4ecfcec17d
2 changed files with 0 additions and 3 deletions
|
@ -50,7 +50,6 @@
|
|||
<slot />
|
||||
<button
|
||||
type="button"
|
||||
title="{iconDescription}"
|
||||
aria-label="{iconDescription}"
|
||||
class:bx--modal-close="{true}"
|
||||
class="{closeClass}"
|
||||
|
|
|
@ -222,7 +222,6 @@
|
|||
bind:this="{buttonRef}"
|
||||
type="button"
|
||||
aria-label="{iconDescription}"
|
||||
title="{iconDescription}"
|
||||
class:bx--modal-close="{true}"
|
||||
on:click="{() => {
|
||||
open = false;
|
||||
|
@ -248,7 +247,6 @@
|
|||
bind:this="{buttonRef}"
|
||||
type="button"
|
||||
aria-label="{iconDescription}"
|
||||
title="{iconDescription}"
|
||||
class:bx--modal-close="{true}"
|
||||
on:click="{() => {
|
||||
open = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue