summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-12-05 12:26:36 -0600
committerClement Ho <ClemMakesApps@gmail.com>2017-01-09 16:01:01 -0600
commitf19503b008e962a6eaf16ce4fa18bdb89ceb7442 (patch)
tree26030d2171f5da43f8a2ed61131481808855728b /app/views
parent2edaabfe669f7e865a56eab321db41fe9cdcad89 (diff)
downloadgitlab-ce-f19503b008e962a6eaf16ce4fa18bdb89ceb7442.tar.gz
Style hint dropdown
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/issuable/_search_bar.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml
index c7841486ad1..6df35b78194 100644
--- a/app/views/shared/issuable/_search_bar.html.haml
+++ b/app/views/shared/issuable/_search_bar.html.haml
@@ -17,12 +17,12 @@
%button.clear-search.hidden{ type: 'button' }
= icon('times')
%ul#js-dropdown-hint.dropdown-menu{ 'data-dynamic' => true }
- %li
+ %li.filter-dropdown
%button.btn.btn-link
%i.fa{ 'class': '{{icon}}'}
- %span.js-filter-hint
+ %span.dropdown-filter-hint
{{hint}}
- %span.js-filter-tag
+ %span.dropdown-filter-tag
{{tag}}
#js-dropdown-author.dropdown-menu{ 'data-dropdown' => true }
%ul{ 'data-dynamic' => true }