summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Engelen <michel@nomorejs.net>2019-06-07 16:59:35 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-06-07 16:59:35 +0000
commit7672c43397bb6bfc8b7f2b1f4aa7e5bde98faf78 (patch)
treef0caddd21fd408ce75b87f029e7005596d79a43c
parent31ce5f32e66c8d111315ce9494ced9c577f385b8 (diff)
downloadgitlab-ce-7672c43397bb6bfc8b7f2b1f4aa7e5bde98faf78.tar.gz
Change styles for the board `Add List` dropdown to look more like the EE version
-rw-r--r--app/assets/stylesheets/pages/boards.scss9
-rw-r--r--changelogs/unreleased/62656-adjusted-dropdown-styles.yml5
2 files changed, 10 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index 09ff518bbdf..5e3652db48f 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -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 {
diff --git a/changelogs/unreleased/62656-adjusted-dropdown-styles.yml b/changelogs/unreleased/62656-adjusted-dropdown-styles.yml
new file mode 100644
index 00000000000..36f14ae2741
--- /dev/null
+++ b/changelogs/unreleased/62656-adjusted-dropdown-styles.yml
@@ -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