mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
fix(modal): remove exraneous focus ring (#491)
This commit is contained in:
parent
48012b9ca0
commit
3921c0606d
2 changed files with 1 additions and 2 deletions
|
@ -90,7 +90,6 @@
|
|||
<div
|
||||
bind:this="{ref}"
|
||||
role="presentation"
|
||||
tabindex="-1"
|
||||
class:bx--modal="{true}"
|
||||
class:is-visible="{open}"
|
||||
class:bx--modal--danger="{danger}"
|
||||
|
|
|
@ -127,7 +127,6 @@
|
|||
<div
|
||||
bind:this="{ref}"
|
||||
role="presentation"
|
||||
tabindex="-1"
|
||||
id="{id}"
|
||||
class:bx--modal="{true}"
|
||||
class:bx--modal-tall="{!passiveModal}"
|
||||
|
@ -156,6 +155,7 @@
|
|||
<div
|
||||
bind:this="{innerModal}"
|
||||
role="dialog"
|
||||
tabindex="-1"
|
||||
{...alertDialogProps}
|
||||
aria-modal="true"
|
||||
aria-label="{ariaLabel}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue