summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-04-12 20:06:50 -0500
committerClement Ho <ClemMakesApps@gmail.com>2017-04-12 20:06:50 -0500
commitdeb85932d8574c20f828ba5ab42765916ce44880 (patch)
tree9ec94f61548f678025d904b7e115c25671d3c2ae
parent18188a53466bf81adb583a4d5be7e21796b33ab3 (diff)
downloadgitlab-ce-html-validation-fix.tar.gz
Fix HTML caught by linterhtml-validation-fix
-rw-r--r--app/views/layouts/_search.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/_search.html.haml b/app/views/layouts/_search.html.haml
index 0e64ebd71b8..8bb999e9ce5 100644
--- a/app/views/layouts/_search.html.haml
+++ b/app/views/layouts/_search.html.haml
@@ -21,8 +21,8 @@
%a.is-focused.dropdown-menu-empty-link
Loading...
= dropdown_loading
- %i.search-icon
- %i.clear-icon.js-clear-input
+ %i.search-icon{ 'aria-hidden': true }
+ %i.clear-icon.js-clear-input{ 'aria-hidden': true }
= hidden_field_tag :group_id, @group.try(:id), class: 'js-search-group-options', data: group_data_attrs