get icon coloring right

This commit is contained in:
Lisa P 2015-09-14 14:56:02 +02:00
parent 5326821990
commit 26fe355e40
5 changed files with 8 additions and 6 deletions

View File

@ -55,6 +55,7 @@ BranchRowComponent = Ember.Component.extend
viewAllBuilds: (branch) ->
console.log('view all builds')
@transitionToRoute('builds')
# updateFilter: (value) ->
# @set('_lastFilterValue', value)
# Ember.run.throttle this, @updateFilter, [], 200, false

View File

@ -4,7 +4,7 @@ StatusIconComponent = Ember.Component.extend
tagName: 'span'
classNames: ['status-icon']
classNameBindings: ['build.last_build.state']
classNameBindings: ['build.last_build.state', 'build.state']
hasPassed: (->
@get('build.last_build.state') == 'passed' ||

View File

@ -1,7 +1,8 @@
@mixin buildTileColors($color, $bg, $status)
> .#{$status}
background-color: $bg
.icon-request g > *
.icon-request g > *,
.status-icon g > *
fill: $color
&:hover
background-color: $color

View File

@ -6,8 +6,8 @@
color: $color
&:hover
border-color: $color
.status-icon g > *,
.icon-request g > *
.branch-name .status-icon g > *,
.branch-request .icon-request g > *
fill: $color
.branches

View File

@ -135,7 +135,7 @@
</div>
<div class="dropup--blue">
<ul>
<li><a href="#">
<li><a {{action 'tiggerBuild'}}>
<span class="icon-trigger">
<svg x="0px" y="0px" viewBox="0 0 20 20" xml:space="preserve">
<g id="Trigger">
@ -148,7 +148,7 @@
</span>
Trigger a build</a>
</li>
<li><a href="#">
<li><a {{action 'viewAllBuilds'}}>
<span class="icon-eye">
<svg x="0px" y="0px" viewBox="0 0 20 20" xml:space="preserve">
<g id="View">