Migrated the Feature page to Polymer 1
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
visibility: visible;
|
||||
transition: visibility 0s;
|
||||
transition: visibility 0s linear;
|
||||
}
|
||||
|
||||
.dialog-stack.hide {
|
||||
@@ -15,8 +15,9 @@
|
||||
}
|
||||
|
||||
.dialog-stack .backdrop {
|
||||
background: rgba(0,0,0,0.4);
|
||||
opacity: 1;
|
||||
background: #000;
|
||||
transform: translateZ(0);
|
||||
opacity: 0.4;
|
||||
transition: opacity 400ms linear;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user