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-27 20:47:10 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-27 20:47:10 +0300
commit1a8ae2c08693573868b4bb71e595cb92ea6323b8 (patch)
treef2bc90090729154a535842b463bc6a3b50241816 /app/assets/stylesheets/pages/boards.scss
parentf264ec6ee74a0263b4e5212e921c4638c25f8fcd (diff)
parentbb1fd0566fc00a9c699a23dceb1e5f0aa7e9dbbe (diff)
Merge branch 'master' into 'master'
Fixes issue boards list colored top border visual glitch See merge request !7898
Diffstat (limited to 'app/assets/stylesheets/pages/boards.scss')
-rw-r--r--app/assets/stylesheets/pages/boards.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index c735f104c20..76a88d96183 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -31,7 +31,7 @@
.dropdown-content {
max-height: 150px;
- }
+ }
}
.issue-board-dropdown-content {
@@ -109,6 +109,12 @@
&.has-border {
border-top: 3px solid;
+ margin-top: -1px;
+ margin-right: -1px;
+ margin-left: -1px;
+ padding-top: 1px;
+ padding-right: 1px;
+ padding-left: 1px;
.board-title {
padding-top: ($gl-padding - 3px);