Skip to content

Commit

Permalink
Merge branch 'v1/contrib' into v1/feature/uui-ref-node-name-slot
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe authored Aug 26, 2024
2 parents b26ad65 + 5509b34 commit dc18bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/uui-modal/lib/uui-modal.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export class UUIModalElement extends LitElement {
max-height: unset;
border: none;
background: none;
color: var(--uui-color-text);
}
dialog::backdrop {
background: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ export class UUIPopoverContainerElement extends LitElement {
background-color: none;
background: none;
overflow: visible;
color: var(--uui-color-text);
}
`,
];
Expand Down

0 comments on commit dc18bdf

Please sign in to comment.