Commit f162866b authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'cngo-remove-label-link-class' into 'master'

Remove label-link class

See merge request gitlab-org/gitlab!43884
parents 6da3c126 b0988ec4
......@@ -230,20 +230,6 @@
}
}
.label-link {
display: inline-flex;
vertical-align: text-bottom;
&:hover .color-label {
text-decoration: underline;
}
.label {
vertical-align: inherit;
font-size: $label-font-size;
}
}
.labels-container {
background-color: $gray-light;
border-radius: $border-radius-default;
......
......@@ -14,7 +14,7 @@
%span.logo-text.d-none.d-lg-block.gl-ml-3
= logo_text
- if Gitlab.com_and_canary?
= link_to 'https://next.gitlab.com', class: 'label-link canary-badge bg-transparent', target: :_blank do
= link_to 'https://next.gitlab.com', class: 'canary-badge bg-transparent', target: :_blank do
%span.color-label.has-tooltip.badge.badge-pill.green-badge
= _('Next')
......
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