Add a halo to the phase icon when in a selected tab

This commit is contained in:
Joseph Schorr 2014-02-11 17:04:51 -05:00
parent 9616c32409
commit 826ea111f4

View file

@ -543,6 +543,10 @@ i.toggle-icon:hover {
margin-right: 6px;
}
.active .build-tab-link .phase-icon {
box-shadow: 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF;
}
.build-status .phase-icon {
margin-top: 4px;
float: left;