diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2017-10-11 12:08:34 +0200 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2017-10-11 15:14:22 +0200 |
commit | 56e6dab01a0a3f7d45c63ecdaafb6bde338936fe (patch) | |
tree | d8fc230ad50421debc110e14020f0134b3f7bf8c /app | |
parent | 5a2acfe036b4ce2c74b015101c57f040b851899c (diff) | |
download | gitlab-ce-56e6dab01a0a3f7d45c63ecdaafb6bde338936fe.tar.gz |
Fix alignment for indeterminate marker in dropdownswinh-indeterminate-dropdown
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/dropdowns.scss | 1 |
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; } |