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
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-10-16 14:05:30 +0300
committerWinnie Hellmann <winnie@gitlab.com>2017-10-18 12:15:13 +0300
commit5f938194debcc998de449c5ed31bd02d9e081fa7 (patch)
treece10d53da4af580e18dbf7d48d9c0615553ade3a /app
parent587d0465ae92951594b8d3de044bb83da13fab8b (diff)
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
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss1
1 files changed, 1 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;
}