From 2a32d01bd57cb6e94bf01f70720f37b3c8603292 Mon Sep 17 00:00:00 2001 From: Trent White Date: Wed, 13 Dec 2017 17:51:01 -0500 Subject: [PATCH] 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 --- public/app/core/components/search/search_results.html | 2 +- public/sass/base/_icons.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/public/app/core/components/search/search_results.html b/public/app/core/components/search/search_results.html index 8cf5505186b..a776dabe0dc 100644 --- a/public/app/core/components/search/search_results.html +++ b/public/app/core/components/search/search_results.html @@ -30,7 +30,7 @@ - +
{{::item.title}}
diff --git a/public/sass/base/_icons.scss b/public/sass/base/_icons.scss index e4007d4d7cc..c460d557e02 100644 --- a/public/sass/base/_icons.scss +++ b/public/sass/base/_icons.scss @@ -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'); }