Add basic signing UI to repo tags view
This commit is contained in:
parent
9601fd44f6
commit
dec14647a8
8 changed files with 241 additions and 2 deletions
|
@ -1170,6 +1170,10 @@ a:focus {
|
|||
visibility: hidden;
|
||||
}
|
||||
|
||||
.co-table thead td.unorderable-col:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.co-table thead td.current:after {
|
||||
content: "\f175";
|
||||
visibility: visible;
|
||||
|
|
Reference in a new issue