mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33: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 />
|
<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}"
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue