summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/projects.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-07 16:25:00 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-07 18:05:28 -0700
commit0808f99da51fdd8d3a8ee580fc6277299a3e76ff (patch)
tree18c8d33ad9128420bd3572777216358ba3edc0e7 /app/assets/stylesheets/pages/projects.scss
parentf9fcd2b4100d54255c2508439e9f924543aed7a7 (diff)
downloadgitlab-ce-0808f99da51fdd8d3a8ee580fc6277299a3e76ff.tar.gz
Remove gray button style
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r--app/assets/stylesheets/pages/projects.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index ea6467f0f11..dd0cb2c2613 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -205,7 +205,6 @@
.project-repo-buttons,
.group-buttons {
.btn {
- @include btn-gray;
padding: 3px 10px;
&:last-child {
@@ -294,7 +293,7 @@
}
.count {
- @include btn-gray;
+ @include btn-white;
display: inline-block;
background: $white-light;
border-radius: 2px;