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
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-14 01:16:35 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-29 21:44:15 +0300
commitce9357e8a7e86cd314ac66965e0bf215986046f3 (patch)
tree6f23b74cb1e5bd332c2c1b2479b53da53ae785c5 /app/assets/stylesheets/framework/panels.scss
parentc298cd9c40d0bf3fdc06368ad4376f5b2fbdda3c (diff)
Remove double border from compare page
Diffstat (limited to 'app/assets/stylesheets/framework/panels.scss')
-rw-r--r--app/assets/stylesheets/framework/panels.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/panels.scss b/app/assets/stylesheets/framework/panels.scss
index 9d8d08dff88..efe93724013 100644
--- a/app/assets/stylesheets/framework/panels.scss
+++ b/app/assets/stylesheets/framework/panels.scss
@@ -48,3 +48,11 @@
line-height: inherit;
}
}
+
+.panel-default {
+ .table-list-row:last-child {
+ .table-list-cell {
+ border-bottom: 0;
+ }
+ }
+}