Skip to content

Commit

Permalink
Remove outer border from theme variants
Browse files Browse the repository at this point in the history
  • Loading branch information
jouni committed Dec 2, 2020
1 parent d23afb6 commit 5c7ada8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/lumo/vaadin-notification-styles.html
Expand Up @@ -135,6 +135,7 @@
:host([theme~="primary"]) [part="overlay"] {
background: var(--lumo-primary-color);
color: var(--lumo-primary-contrast-color);
box-shadow: var(--lumo-box-shadow-l);
}

:host([theme~="primary"]) {
Expand All @@ -147,6 +148,7 @@
:host([theme~="contrast"]) [part="overlay"] {
background: var(--lumo-contrast);
color: var(--lumo-base-color);
box-shadow: var(--lumo-box-shadow-l);
}

:host([theme~="contrast"]) {
Expand All @@ -159,6 +161,7 @@
:host([theme~="success"]) [part="overlay"] {
background: var(--lumo-success-color);
color: var(--lumo-success-contrast-color);
box-shadow: var(--lumo-box-shadow-l);
}

:host([theme~="success"]) {
Expand All @@ -171,6 +174,7 @@
:host([theme~="error"]) [part="overlay"] {
background: var(--lumo-error-color);
color: var(--lumo-error-contrast-color);
box-shadow: var(--lumo-box-shadow-l);
}

:host([theme~="error"]) {
Expand Down

0 comments on commit 5c7ada8

Please sign in to comment.