diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-12-27 17:47:10 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-12-27 17:47:10 +0000 |
commit | 1a8ae2c08693573868b4bb71e595cb92ea6323b8 (patch) | |
tree | f2bc90090729154a535842b463bc6a3b50241816 | |
parent | f264ec6ee74a0263b4e5212e921c4638c25f8fcd (diff) | |
parent | bb1fd0566fc00a9c699a23dceb1e5f0aa7e9dbbe (diff) | |
download | gitlab-ce-1a8ae2c08693573868b4bb71e595cb92ea6323b8.tar.gz |
Merge branch 'master' into 'master'
Fixes issue boards list colored top border visual glitch
See merge request !7898
-rw-r--r-- | app/assets/stylesheets/pages/boards.scss | 8 | ||||
-rw-r--r-- | changelogs/unreleased/7898-fixes-issue-boards-list-colored-top-border-visual-glitch.yml | 4 |
2 files changed, 11 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); diff --git a/changelogs/unreleased/7898-fixes-issue-boards-list-colored-top-border-visual-glitch.yml b/changelogs/unreleased/7898-fixes-issue-boards-list-colored-top-border-visual-glitch.yml new file mode 100644 index 00000000000..74412c32375 --- /dev/null +++ b/changelogs/unreleased/7898-fixes-issue-boards-list-colored-top-border-visual-glitch.yml @@ -0,0 +1,4 @@ +--- +title: Fixes issue boards list colored top border visual glitch +merge_request: 7898 +author: Pier Paolo Ramon |