From c6ff3d3c918d37dd620ee05d512b3cffeb6b0587 Mon Sep 17 00:00:00 2001 From: Andrew Fontaine Date: Fri, 12 Jul 2019 11:46:01 -0400 Subject: Fix Project Buttons Correct the border colour of the count badge buttons. --- app/assets/stylesheets/pages/projects.scss | 2 +- changelogs/unreleased/button-bug-fixes.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/button-bug-fixes.yml diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss index 73ba09dbba5..09a576c11cb 100644 --- a/app/assets/stylesheets/pages/projects.scss +++ b/app/assets/stylesheets/pages/projects.scss @@ -303,7 +303,7 @@ .count-badge-count, .count-badge-button { - border: 1px solid $border-color; + border: 1px solid $gray-400; line-height: 1; } diff --git a/changelogs/unreleased/button-bug-fixes.yml b/changelogs/unreleased/button-bug-fixes.yml new file mode 100644 index 00000000000..b63bfdf24ad --- /dev/null +++ b/changelogs/unreleased/button-bug-fixes.yml @@ -0,0 +1,5 @@ +--- +title: Fix Project Badge Button Styles +merge_request: 30678 +author: +type: fixed -- cgit v1.2.1