style: add style to have text action links in lists (#41192)

This commit is contained in:
Frédéric Péters 2020-03-31 13:24:44 +02:00
parent 1adfd57795
commit dda0ea58ed
1 changed files with 3 additions and 1 deletions

View File

@ -704,12 +704,14 @@ ul.objects-list.single-links li a {
display: block;
border: none;
padding: 0 0.5ex 0 2ex;
&.link-action-icon, &.delete {
&.link-action-icon, &.link-action-text, &.delete {
height: 100%;
position: absolute;
right: 0;
padding-right: 2ex;
top: 0;
}
&.link-action-icon, &.delete {
width: 1em;
overflow: hidden;
&::before {