Commit 3196d6cc authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch...

Merge branch '231096-apply-gitlab-ui-button-styles-to-buttons-in-app-views-shared-projects-directory' into 'master'

Apply GitLab UI button styles to projects search

See merge request gitlab-org/gitlab!55330
parents f0c7ebe7 ba1c5a3c
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
.filtered-search-box.m-0 .filtered-search-box.m-0
.filtered-search-box-input-container.pl-2 .filtered-search-box-input-container.pl-2
= render 'shared/projects/search_form', admin_view: false, search_form_placeholder: _("Search projects...") = render 'shared/projects/search_form', admin_view: false, search_form_placeholder: _("Search projects...")
%button.btn.btn-secondary{ type: 'submit', form: 'project-filter-form' } %button.btn.gl-button.btn-icon.btn-secondary{ type: 'submit', form: 'project-filter-form' }
= sprite_icon('search', css_class: 'search-icon ') = sprite_icon('search', css_class: 'search-icon ')
.filtered-search-dropdown.flex-row.align-items-center.mb-2.m-sm-0#filtered-search-visibility-dropdown{ class: flex_grow_and_shrink_xs } .filtered-search-dropdown.flex-row.align-items-center.mb-2.m-sm-0#filtered-search-visibility-dropdown{ class: flex_grow_and_shrink_xs }
.filtered-search-dropdown-label.p-0.pl-sm-3.font-weight-bold .filtered-search-dropdown-label.p-0.pl-sm-3.font-weight-bold
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment