Add a halo to the phase icon when in a selected tab
This commit is contained in:
parent
9616c32409
commit
826ea111f4
1 changed files with 4 additions and 0 deletions
|
@ -543,6 +543,10 @@ i.toggle-icon:hover {
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.active .build-tab-link .phase-icon {
|
||||||
|
box-shadow: 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
.build-status .phase-icon {
|
.build-status .phase-icon {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Reference in a new issue