Skip to content

Commit

Permalink
fix: remove outer border from theme variants
Browse files Browse the repository at this point in the history
  • Loading branch information
jouni authored and web-padawan committed Jan 5, 2021
1 parent 385cb84 commit 82436f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions theme/lumo/vaadin-notification-styles.html
Original file line number Diff line number Diff line change
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 82436f6

Please # to comment.