diff --git a/static/css/directives/repo-view/repo-panel-tags.css b/static/css/directives/repo-view/repo-panel-tags.css index 258c866b7..f51d41762 100644 --- a/static/css/directives/repo-view/repo-panel-tags.css +++ b/static/css/directives/repo-view/repo-panel-tags.css @@ -291,6 +291,10 @@ border-top: 1px dotted #eee; } -.repo-panel-tags-element .expanded-view.manifest-list { +.repo-panel-tags-element .expanded-viewport.manifest-list { border-top: 1px solid #eee; +} + +.repo-panel-tags-element .manifest-list-view .image-track-line { + opacity: 0.2; } \ No newline at end of file diff --git a/static/directives/repo-view/repo-panel-tags.html b/static/directives/repo-view/repo-panel-tags.html index c54be60f9..a3f21291c 100644 --- a/static/directives/repo-view/repo-panel-tags.html +++ b/static/directives/repo-view/repo-panel-tags.html @@ -276,23 +276,24 @@ - - - - - + + + + + + - + @@ -316,7 +317,7 @@ ng-class="::trackLineExpandedClass(it, $parent.$parent.$parent.$index)" ng-style="::{'borderColor': getTrackEntryForIndex(it, $parent.$parent.$parent.$index).color}"> - +