Skip to content
Snippets Groups Projects
Commit 54820ac9 authored by Mike Greiling's avatar Mike Greiling
Browse files

Merge branch 'dropdown-styling-fixes' into 'master'

Fix dropdown styling issues

Closes #64250

See merge request gitlab-org/gitlab-ce!30477
parents db1b15e4 63c84a9a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -126,10 +126,6 @@ export default {
{{ __('No forks available to you.') }}<br />
<span v-html="noForkText"></span>
</template>
<gl-link :href="helpPagePath" class="help-link" target="_blank">
<span class="sr-only">{{ __('Read more') }}</span>
<i class="fa fa-question-circle" aria-hidden="true"></i>
</gl-link>
</p>
</div>
</div>
Loading
Loading
Loading
Loading
@@ -287,8 +287,8 @@
list-style: none;
padding: 0 1px;
 
a:not(.help-link),
button:not(.btn),
a,
button:not(.dropdown-toggle,.ci-action-icon-container),
.menu-item {
@include dropdown-link;
}
Loading
Loading
Loading
Loading
@@ -28,23 +28,6 @@ exports[`Confidential merge request project form group component renders empty s
</a>
and set the forks visiblity to private.
</span>
<gllink-stub
class="help-link"
href="/help"
target="_blank"
>
<span
class="sr-only"
>
Read more
</span>
<i
aria-hidden="true"
class="fa fa-question-circle"
/>
</gllink-stub>
</p>
</div>
</div>
Loading
Loading
@@ -78,23 +61,6 @@ exports[`Confidential merge request project form group component renders fork dr
</a>
and set the forks visiblity to private.
</span>
<gllink-stub
class="help-link"
href="/help"
target="_blank"
>
<span
class="sr-only"
>
Read more
</span>
<i
aria-hidden="true"
class="fa fa-question-circle"
/>
</gllink-stub>
</p>
</div>
</div>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment