Improve cosmetics of the small remove permission icon

This commit is contained in:
Alexandre Aubin 2019-10-23 21:02:47 +02:00
parent d66a7f3651
commit 7fc28b2203
2 changed files with 7 additions and 8 deletions

View file

@ -693,7 +693,7 @@ input[type='radio'].nice-radio {
font-size:14px;
color:#333;
background-color:#f8f8f8;
border: #ddd 1px solid;
border: #ccc 1px solid;
font-weight: normal;
margin-bottom:0;
position: relative;
@ -704,16 +704,16 @@ input[type='radio'].nice-radio {
margin-right:7px; // Spacing between labels
.label-separator {
margin-left:7px;
color:white;
}
> a {
color:lighten(@label-danger-bg, 20%);
margin-left:6px;
padding-left:6px;
border-left: #ccc 1px solid;
color:lighten(@label-info-bg);
text-decoration: none;
}
> a:hover {
color:@label-danger-bg;
color:@label-info-bg;
}
}
}

View file

@ -17,7 +17,6 @@
<span class="label label-default label-removable">
<span class="fa-fw fa-{{icon}}"></span>
{{text}}
<span class="label-separator" aria-hidden="true">|</span>
<a role="button" data-type="{{type}}s" data-operation="remove" data-item="{{value}}" data-group="{{group}}" class="group-update">
<span class="fa-close" style="margin-left:5px"></span>
<span class="sr-only">{{t 'delete'}}</span>