Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 22:38:44 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 22:38:44 +0300
commitc84ed8263da6abe0fb9f2e76fca1d5b3dd71d4f7 (patch)
treee65e9fa87019484829ab329cf827e2927613b341 /app/views/layouts
parentb81ac02f078361eea98cca7e1cae3b7a2a9fb623 (diff)
[skip ci] Replace .visible-xs-* with .d-block.d-sm-none
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/header/_default.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/header/_default.html.haml b/app/views/layouts/header/_default.html.haml
index 83401ac1ef2..dbbe6e1be49 100644
--- a/app/views/layouts/header/_default.html.haml
+++ b/app/views/layouts/header/_default.html.haml
@@ -23,7 +23,7 @@
- if header_link?(:search)
%li.hidden-sm.hidden-xs
= render 'layouts/search' unless current_controller?(:search)
- %li.visible-sm-inline-block.visible-xs-inline-block
+ %li.visible-sm-inline-block.d-block.d-sm-none-block
= link_to search_path, title: 'Search', aria: { label: "Search" }, data: {toggle: 'tooltip', placement: 'bottom', container: 'body'} do
= sprite_icon('search', size: 16)