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
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-10-16 14:05:30 +0300
committerPhil Hughes <me@iamphill.com>2017-10-16 14:05:30 +0300
commit22ef1c1a4b7927b664c5b589d222970af08fd814 (patch)
tree1be66be2aea2fa057ad2828363637f2df9f3e1b0 /app/assets/stylesheets
parentb2553840e88bed82bad45712e2696de83fac1230 (diff)
parent56e6dab01a0a3f7d45c63ecdaafb6bde338936fe (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
Diffstat (limited to 'app/assets/stylesheets')
-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;
}