Added transitions for header bar content colours.

This commit is contained in:
Oliver Hamlet
2014-12-27 12:34:58 +00:00
parent ac2e9b851f
commit 043706de4a
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ html /deep/ paper-item[disabled] > core-icon {
/* Change color of disabled icon buttons to match Material Design spec. */
paper-icon-button[disabled] {
color: rgba(255, 255, 255, 0.30);
transition: color 0.6s;
}
/* This override change the positioning of the progress dialog to adapt to content changes. */
#progressDialog {
@@ -37,6 +37,9 @@ it a <select>-like API. This means:
:host(.dark) paper-dropdown-menu {
border-bottom-color: rgba(255, 255, 255, 0.12);
}
paper-dropdown-menu[disabled]::shadow #label {
transition: color 0.6s;
}
:host(.dark) paper-dropdown-menu::shadow #label {
color: white;
}