mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
Merge pull request #8 from resin-io/jviotti/disable-icons
Disable icons when step is disabled
This commit is contained in:
commit
4f8a6c66ca
@ -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; }
|
||||
|
||||
|
@ -69,6 +69,10 @@ hero-progress-button[percentage="100"] .bar {
|
||||
background-color: $brand-success;
|
||||
}
|
||||
|
||||
hero-icon[disabled] path {
|
||||
fill: $color-disabled;
|
||||
}
|
||||
|
||||
.block {
|
||||
display: block;
|
||||
}
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 107 KiB |
Loading…
x
Reference in New Issue
Block a user