Change styles for the board `Add List` dropdown to look more like the EE version

This commit is contained in:
Michel Engelen 2019-06-07 16:59:35 +00:00 committed by Annabel Dunstone Gray
parent 31ce5f32e6
commit 7672c43397
2 changed files with 10 additions and 4 deletions

View File

@ -31,14 +31,15 @@
width: 320px;
.dropdown-content {
max-height: 162px;
max-height: 140px;
}
}
.issue-board-dropdown-content {
margin: 0 8px 10px;
padding-bottom: 10px;
border-bottom: 1px solid $dropdown-divider-bg;
margin: 0;
padding: $gl-padding-4 $gl-padding $gl-padding;
border-bottom: 0;
color: $gl-text-color-secondary;
}
.issue-boards-page {

View File

@ -0,0 +1,5 @@
---
title: "changed the styles on `Add List` dropdown to look more like the EE vesion"
merge_request: 29338
author: Michel Engelen
type: changed