summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-10-16 11:05:30 +0000
committerWinnie Hellmann <winnie@gitlab.com>2017-10-18 09:15:13 +0000
commit5f938194debcc998de449c5ed31bd02d9e081fa7 (patch)
treece10d53da4af580e18dbf7d48d9c0615553ade3a
parent587d0465ae92951594b8d3de044bb83da13fab8b (diff)
downloadgitlab-ce-5f938194debcc998de449c5ed31bd02d9e081fa7.tar.gz
Merge branch 'winh-indeterminate-dropdown' into 'master'
Fix alignment for indeterminate marker in dropdowns Closes #38963 See merge request gitlab-org/gitlab-ce!14809 (cherry picked from commit 22ef1c1a4b7927b664c5b589d222970af08fd814) 56e6dab0 Fix alignment for indeterminate marker in dropdowns
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss1
-rw-r--r--changelogs/unreleased/winh-indeterminate-dropdown.yml5
2 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 9dcf332eee2..a9d804e735d 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -838,6 +838,7 @@
a {
padding: 8px 40px;
+ &.is-indeterminate::before,
&.is-active::before {
left: 16px;
}
diff --git a/changelogs/unreleased/winh-indeterminate-dropdown.yml b/changelogs/unreleased/winh-indeterminate-dropdown.yml
new file mode 100644
index 00000000000..61205d1643e
--- /dev/null
+++ b/changelogs/unreleased/winh-indeterminate-dropdown.yml
@@ -0,0 +1,5 @@
+---
+title: Fix alignment for indeterminate marker in dropdowns
+merge_request: 14809
+author:
+type: fixed