Have tags selected be handled universally throughout the entire repository view page.
This commit is contained in:
parent
ea61a68bcb
commit
347bf31f2d
9 changed files with 154 additions and 85 deletions
|
@ -11,33 +11,29 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.repo-panel-tags-element .image-track-dot:after {
|
||||
content: "\f10c";
|
||||
font-family: FontAwesome;
|
||||
|
||||
.repo-panel-tags-element .image-track-dot {
|
||||
display: inline-block;
|
||||
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
left: 0px;
|
||||
width: 17px;
|
||||
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
left: 2px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
|
||||
background: white;
|
||||
z-index: 300;
|
||||
height: 13px;
|
||||
|
||||
border: 2px solid black;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.repo-panel-tags-element .image-track-line {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
bottom: -11px;
|
||||
bottom: -1px;
|
||||
left: 7px;
|
||||
width: 0px;
|
||||
display: inline-block;
|
||||
height: 100%;
|
||||
border-left: 2px solid black;
|
||||
|
||||
display: none;
|
||||
|
|
Reference in a new issue