Commit 40223741 by Torkel Ödegaard Committed by GitHub

Merge pull request #12128 from grafana/11056-folder-m

added span with folder title that is shown for recently and starred
parents 5c2d1134 953bdc4d
......@@ -34,6 +34,7 @@
</span>
<span class="search-item__body" ng-click="ctrl.onItemClick(item)">
<div class="search-item__body-title">{{::item.title}}</div>
<span class="search-item__body-folder-title">{{::item.folderTitle}}</span>
</span>
<span class="search-item__tags">
<span ng-click="ctrl.selectTag(tag, $event)" ng-repeat="tag in item.tags" tag-color-from-name="tag" class="label label-tag">
......
......@@ -210,12 +210,20 @@
.search-item__body-title {
color: $list-item-link-color;
line-height: 14px;
}
.search-item__body-folder-title {
color: $text-color-weak;
font-size: $font-size-xs;
line-height: 11px;
}
.search-item__icon {
padding: 5px;
flex: 0 0 auto;
font-size: 19px;
line-height: 22px;
padding: 5px 2px 5px 10px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment