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
path: root/app
diff options
context:
space:
mode:
authorAndrew Fontaine <afontaine@gitlab.com>2019-07-12 18:46:01 +0300
committerAndrew Fontaine <afontaine@gitlab.com>2019-07-12 20:15:55 +0300
commitc6ff3d3c918d37dd620ee05d512b3cffeb6b0587 (patch)
tree575a01599ce795e2302e5b09e60fd106780b8a72 /app
parentae944b362b8e7efa2c40c0ce8e9354d5fe5dbbaa (diff)
Fix Project Buttons
Correct the border colour of the count badge buttons.
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/projects.scss2
1 files changed, 1 insertions, 1 deletions
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;
}