mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
replace icon on dashboard list (fa-th-large - looked squished) with a smaller version of dashbord icon. This may not be the best way to do the css, so it's a separate commit
This commit is contained in:
parent
e2bbb85daa
commit
2a32d01bd5
@ -30,7 +30,7 @@
|
||||
</gf-form-switch>
|
||||
</div>
|
||||
<span class="search-item__icon">
|
||||
<i class="fa fa-th-large"></i>
|
||||
<i class="gicon mini gicon-dashboard-list"></i>
|
||||
</span>
|
||||
<span class="search-item__body">
|
||||
<div class="search-item__body-title">{{::item.title}}</div>
|
||||
|
@ -11,6 +11,11 @@
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.mini {
|
||||
width: 0.8em;
|
||||
height: 0.8em;
|
||||
}
|
||||
|
||||
.gicon-add-annotation {
|
||||
background-image: url('../img/icons_#{$theme-name}_theme/icon_add_annotation.svg');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user