Skip to content

Commit

Permalink
Update Valo dependency
Browse files Browse the repository at this point in the history
Update according to latest updates in Valo styles.
  • Loading branch information
jouni committed Dec 20, 2017
1 parent 5022f59 commit 2775a9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"polymer": "^2.0.0",
"vaadin-overlay": "^2.0.0",
"vaadin-themable-mixin": "^1.1.0",
"vaadin-valo-theme": "^2.0.0",
"vaadin-valo-styles": "vaadin/vaadin-valo-styles#^2.0.0",
"vaadin-element-mixin": "vaadin/vaadin-element-mixin#^1.0.1"
},
"devDependencies": {
Expand Down
9 changes: 4 additions & 5 deletions theme/valo/vaadin-dialog.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<link rel="import" href="../../../vaadin-valo-theme/spacing.html">

<link rel="import" href="../../../vaadin-overlay/theme/valo/vaadin-overlay.html">
<link rel="import" href="../../../vaadin-valo-styles/spacing.html">
<link rel="import" href="../../../vaadin-valo-styles/mixins/overlay.html">

<dom-module id="valo-dialog" theme-for="vaadin-dialog-overlay">
<template>
<style include="valo-overlay">
[part="overlay"] {
box-shadow: var(--valo-raised-overlay-box-shadow);
box-shadow: 0 0 0 1px var(--valo-contrast-5pct), var(--valo-box-shadow-xl);
animation: 0.2s vaadin-dialog-enter cubic-bezier(.215, .61, .355, 1);
background-image: none;
}
Expand All @@ -25,4 +24,4 @@
</template>
</dom-module>

<link rel="import" href="../../src/vaadin-dialog.html">
<link rel="import" href="../../src/vaadin-dialog.html">

0 comments on commit 2775a9c

Please sign in to comment.