Commit 63c84a9a authored by Phil Hughes's avatar Phil Hughes

Fix dropdown styling issues

parent dd9b303f
...@@ -126,10 +126,6 @@ export default { ...@@ -126,10 +126,6 @@ export default {
{{ __('No forks available to you.') }}<br /> {{ __('No forks available to you.') }}<br />
<span v-html="noForkText"></span> <span v-html="noForkText"></span>
</template> </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> </p>
</div> </div>
</div> </div>
......
...@@ -287,8 +287,8 @@ ...@@ -287,8 +287,8 @@
list-style: none; list-style: none;
padding: 0 1px; padding: 0 1px;
a:not(.help-link), a,
button:not(.btn), button:not(.dropdown-toggle,.ci-action-icon-container),
.menu-item { .menu-item {
@include dropdown-link; @include dropdown-link;
} }
......
...@@ -28,23 +28,6 @@ exports[`Confidential merge request project form group component renders empty s ...@@ -28,23 +28,6 @@ exports[`Confidential merge request project form group component renders empty s
</a> </a>
and set the forks visiblity to private. and set the forks visiblity to private.
</span> </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> </p>
</div> </div>
</div> </div>
...@@ -78,23 +61,6 @@ exports[`Confidential merge request project form group component renders fork dr ...@@ -78,23 +61,6 @@ exports[`Confidential merge request project form group component renders fork dr
</a> </a>
and set the forks visiblity to private. and set the forks visiblity to private.
</span> </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> </p>
</div> </div>
</div> </div>
......
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