mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Create childscope only when required and destroy it after use. https://github.com/openstf/stf/issues/124
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user