description marker (#98)
* description marker * removed unused content * removed unused content * Changed Icon and removen unused .svg Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
This commit is contained in:
committed by
Julius Härtl
parent
11610f306a
commit
d8d8137300
@@ -888,6 +888,12 @@ button:hover {
|
|||||||
background-image: url('../img/details-white.svg');
|
background-image: url('../img/details-white.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-description-marker {
|
||||||
|
position: absolute;
|
||||||
|
top: 2px;
|
||||||
|
right: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hotfix for https://github.com/angular-ui/ui-select/issues/1652
|
* Hotfix for https://github.com/angular-ui/ui-select/issues/1652
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -60,6 +60,7 @@
|
|||||||
ng-class="{'archived': c.archived, 'has-labels': c.labels.length>0 }">
|
ng-class="{'archived': c.archived, 'has-labels': c.labels.length>0 }">
|
||||||
<div data-as-sortable-item-handle>
|
<div data-as-sortable-item-handle>
|
||||||
<div class="card-upper">
|
<div class="card-upper">
|
||||||
|
<i class="icon icon-filetype-text icon-description-marker" ng-if="c.description" title="{{ c.description }}"></i>
|
||||||
<h3>{{ c.title }}</h3>
|
<h3>{{ c.title }}</h3>
|
||||||
<ul class="labels">
|
<ul class="labels">
|
||||||
<li ng-repeat="label in c.labels"
|
<li ng-repeat="label in c.labels"
|
||||||
|
|||||||
Reference in New Issue
Block a user