Create childscope only when required and destroy it after use. https://github.com/openstf/stf/issues/124

This commit is contained in:
Vishal Banthia
2015-11-14 00:17:37 +09:00
parent 466890777d
commit 3f32cee984
4 changed files with 142 additions and 56 deletions

View File

@@ -71,3 +71,15 @@ img.device-icon-smallest {
.stf-device-list .device-product-name-using {
border-bottom: 1px solid; /* leaving out the color inherits text color */
}
.stf-device-list .device-note {
}
.stf-device-list .device-note-edit {
margin-left: 15px;
visibility: hidden;
}
.stf-device-list .device-note:hover .device-note-edit {
visibility: visible;
}