From b3fc451b161b1c04d97df33f99c7db5891965758 Mon Sep 17 00:00:00 2001 From: Samantha Ming Date: Thu, 21 May 2020 22:16:07 -0700 Subject: [PATCH] Make commits author button confirm to Pajamas specs The button has a hover appearance because of the additional border. So that border is removed on the actual button (applied on toggle-class prop) --- .../projects/commits/components/author_select.vue | 4 ++-- .../217743-match-commits-filter-author-button-to-spec.yml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 changelogs/unreleased/217743-match-commits-filter-author-button-to-spec.yml diff --git a/app/assets/javascripts/projects/commits/components/author_select.vue b/app/assets/javascripts/projects/commits/components/author_select.vue index eb514b5c0702f5..a8589b50899883 100644 --- a/app/assets/javascripts/projects/commits/components/author_select.vue +++ b/app/assets/javascripts/projects/commits/components/author_select.vue @@ -110,8 +110,8 @@ export default { {{ __('Search by author') }} diff --git a/changelogs/unreleased/217743-match-commits-filter-author-button-to-spec.yml b/changelogs/unreleased/217743-match-commits-filter-author-button-to-spec.yml new file mode 100644 index 00000000000000..c90ceb3190b2eb --- /dev/null +++ b/changelogs/unreleased/217743-match-commits-filter-author-button-to-spec.yml @@ -0,0 +1,5 @@ +--- +title: Make commits author button confirm to Pajamas specs +merge_request: 32821 +author: +type: fixed -- GitLab