Merge pull request #8 from resin-io/jviotti/disable-icons

Disable icons when step is disabled
This commit is contained in:
Juan Cruz Viotti 2015-10-30 17:29:59 -04:00
commit 4f8a6c66ca
3 changed files with 7 additions and 0 deletions

View File

@ -5961,6 +5961,9 @@ hero-progress-button .bar {
hero-progress-button[percentage="100"] .bar {
background-color: #5cb85c; }
hero-icon[disabled] path {
fill: #787c7f; }
.block {
display: block; }

View File

@ -69,6 +69,10 @@ hero-progress-button[percentage="100"] .bar {
background-color: $brand-success;
}
hero-icon[disabled] path {
fill: $color-disabled;
}
.block {
display: block;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 107 KiB