misc: add support for delete links in single-links lists (#18179)

This commit is contained in:
Frédéric Péters 2017-08-27 08:57:55 +02:00
parent 94e4f81cfe
commit 451418398c
1 changed files with 13 additions and 0 deletions

View File

@ -574,6 +574,19 @@ ul.objects-list.single-links li a {
display: block;
border: none;
padding: 0 0.5ex 0 2ex;
&.delete {
position: absolute;
right: 0;
padding-right: 2ex;
top: 0;
width: 1em;
overflow: hidden;
&:before {
font-family: FontAwesome;
content: "\f057"; /* remove-sign */
padding-right: 3em;
}
}
}
ul.objects-list li span.badge {