summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-01 16:50:33 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-01 16:50:33 +0000
commit0d03fea6b31ea5e026a284bf6e28ebeda8684717 (patch)
tree84a356dd98a41dff48df8c1d7ba678f1d0cecd9b
parent6885a4d9963863ad658f4d0446d1d7f59be2ec43 (diff)
parent834aaf465e983e50ee9f4459062b473bb70ec8d5 (diff)
downloadgitlab-ce-0d03fea6b31ea5e026a284bf6e28ebeda8684717.tar.gz
Merge branch 'user-calendar-border' into 'master'
Removed top border from contribution calendar Closes #28844 See merge request !9605
-rw-r--r--app/assets/stylesheets/framework/calendar.scss1
-rw-r--r--changelogs/unreleased/user-calendar-border.yml4
2 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/calendar.scss b/app/assets/stylesheets/framework/calendar.scss
index fb8ea18d122..9a0f7a14e57 100644
--- a/app/assets/stylesheets/framework/calendar.scss
+++ b/app/assets/stylesheets/framework/calendar.scss
@@ -1,6 +1,7 @@
.calender-block {
padding-left: 0;
padding-right: 0;
+ border-top: 0;
direction: rtl;
@media (min-width: $screen-sm-min) and (max-width: $screen-md-max) {
diff --git a/changelogs/unreleased/user-calendar-border.yml b/changelogs/unreleased/user-calendar-border.yml
new file mode 100644
index 00000000000..8ebcca83256
--- /dev/null
+++ b/changelogs/unreleased/user-calendar-border.yml
@@ -0,0 +1,4 @@
+---
+title: Removed top border from user contribution calendar
+merge_request:
+author: