Skip to content

Commit

Permalink
remove styling for undefined state (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
flosell committed Jun 13, 2015
1 parent 4059143 commit 9ecd367
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ However, as this is still an experimental library, breaking changes may occur wi

The official release will have a defined and more stable API. If you are already relying on a particular API, please let me know.

## 0.3.2

* Improvements:
* Remove styling for undefined step-status (#23)

## 0.3.1

* Bug fixes:
Expand Down
4 changes: 0 additions & 4 deletions resources/public/old/css/pipeline.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ li[data-status=waiting] {
background:tomato;
}

#pipeline li[data-status=undefined] {
background:yellow;
}

#pipeline li[data-status=killed] {
background:lightgrey;
}
Expand Down

0 comments on commit 9ecd367

Please sign in to comment.