We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82b5e0 commit fba1558Copy full SHA for fba1558
packages/uui-modal/lib/uui-modal-dialog.element.ts
@@ -16,6 +16,7 @@ export class UUIModalDialogElement extends UUIModalElement {
16
...UUIModalElement.styles,
17
css`
18
:host {
19
+ outline: none;
20
--uui-modal-dialog-background: var(--uui-color-surface);
21
}
22
dialog {
packages/uui-modal/lib/uui-modal-sidebar.element.ts
@@ -60,6 +60,7 @@ export class UUIModalSidebarElement extends UUIModalElement {
60
61
62
63
64
--uui-modal-sidebar-left-gap: 24px;
65
--uui-modal-sidebar-background: var(--uui-color-surface);
66
0 commit comments