From fec96453e73ae715c6888c7369cbb1b020e873b5 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Thu, 6 Jun 2019 14:44:13 +0000 Subject: Merge request tabs fixes - Makes activity dropdown and resolved counter smaller - Uses grid for spacing - Removes scrolling on MR tabs --- .../notes/components/discussion_counter.vue | 12 +++-- .../notes/components/discussion_filter.vue | 4 +- app/assets/stylesheets/framework/blocks.scss | 9 +--- app/assets/stylesheets/framework/common.scss | 12 +++++ .../framework/secondary_navigation_elements.scss | 52 +++++++++++----------- app/assets/stylesheets/pages/groups.scss | 3 -- app/assets/stylesheets/pages/issuable.scss | 10 ++++- app/assets/stylesheets/pages/merge_requests.scss | 35 ++++++++++++--- app/assets/stylesheets/pages/notes.scss | 13 ++++-- app/views/dashboard/todos/index.html.haml | 2 +- app/views/groups/show.html.haml | 2 +- app/views/projects/issues/_new_branch.html.haml | 8 ++-- app/views/projects/merge_requests/show.html.haml | 43 +++++++++--------- app/views/projects/tags/index.html.haml | 2 +- app/views/projects/tags/show.html.haml | 2 +- app/views/users/show.html.haml | 2 +- changelogs/unreleased/55125-mr-tab-scrolling.yml | 5 +++ 17 files changed, 131 insertions(+), 85 deletions(-) create mode 100644 changelogs/unreleased/55125-mr-tab-scrolling.yml diff --git a/app/assets/javascripts/notes/components/discussion_counter.vue b/app/assets/javascripts/notes/components/discussion_counter.vue index 307e56708e0..efd84f5722c 100644 --- a/app/assets/javascripts/notes/components/discussion_counter.vue +++ b/app/assets/javascripts/notes/components/discussion_counter.vue @@ -49,8 +49,8 @@ export default {