Skip to content

Commit fba1558

Browse files
authored
remove outline from modals (#1086)
1 parent d82b5e0 commit fba1558

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/uui-modal/lib/uui-modal-dialog.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export class UUIModalDialogElement extends UUIModalElement {
1616
...UUIModalElement.styles,
1717
css`
1818
:host {
19+
outline: none;
1920
--uui-modal-dialog-background: var(--uui-color-surface);
2021
}
2122
dialog {

packages/uui-modal/lib/uui-modal-sidebar.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export class UUIModalSidebarElement extends UUIModalElement {
6060
...UUIModalElement.styles,
6161
css`
6262
:host {
63+
outline: none;
6364
--uui-modal-sidebar-left-gap: 24px;
6465
--uui-modal-sidebar-background: var(--uui-color-surface);
6566
}

0 commit comments

Comments
 (0)