Fix dropdown styling issues

This commit is contained in:
Phil Hughes 2019-07-09 09:35:53 +01:00
parent dd9b303fbc
commit 63c84a9a56
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
3 changed files with 2 additions and 40 deletions

View File

@ -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>

View File

@ -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;
}

View File

@ -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>
@ -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>