Commit d154f922 authored by Denys Mishunov's avatar Denys Mishunov

Merge branch 'psi-dropdown-item-check' into 'master'

Fix checkmark position on dropdowns

See merge request gitlab-org/gitlab!30685
parents a763194a acd3ba11
...@@ -317,13 +317,6 @@ ...@@ -317,13 +317,6 @@
} }
} }
// Temporary fix to ensure tick is aligned
// Follow up Issue to remove after the GlNewDropdownItem component is fixed
// > https://gitlab.com/gitlab-org/gitlab/-/issues/213948
li:not(.gl-new-dropdown-item) .dropdown-item {
@include dropdown-link;
}
.divider { .divider {
height: 1px; height: 1px;
margin: #{$grid-size / 2} 0; margin: #{$grid-size / 2} 0;
...@@ -384,6 +377,10 @@ ...@@ -384,6 +377,10 @@
} }
} }
.dropdown-item {
@include dropdown-link;
}
.droplab-dropdown { .droplab-dropdown {
.dropdown-toggle > i { .dropdown-toggle > i {
pointer-events: none; pointer-events: none;
......
---
title: Fix checkmark position on dropdowns
merge_request: 30685
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment