Skip to content
代码片段 群组 项目
提交 36b16256 编辑于 作者: Paul Slaughter's avatar Paul Slaughter
浏览文件

Merge branch 'remove-scoped-labels-documentation-link-css' into 'master'

Remove CSS for scoped label doc link

See merge request gitlab-org/gitlab!30801
No related branches found
No related tags found
无相关合并请求
......@@ -167,10 +167,6 @@
}
}
a.gl-label-icon {
color: $gray-500;
}
.gl-label .gl-label-link:hover {
text-decoration: none;
color: inherit;
......@@ -180,11 +176,6 @@
}
}
.gl-label .gl-label-icon:hover {
text-decoration: none;
color: $gray-500;
}
.btn-link {
color: inherit;
}
......@@ -826,10 +817,6 @@
}
}
}
.gl-label-icon {
color: $gray-500;
}
}
@media(max-width: map-get($grid-breakpoints, lg)-1) {
......
......@@ -460,8 +460,7 @@
// Label inside title of Delete Label Modal
.modal-header .page-title {
.scoped-label-wrapper {
.scoped-label,
.gl-label-icon {
.scoped-label {
line-height: 20px;
}
......
......@@ -68,10 +68,6 @@ $status-box-line-height: 26px;
.gl-label-link {
color: inherit;
}
.gl-label-icon {
color: $gray-500;
}
}
}
......
......@@ -688,8 +688,7 @@ $note-form-margin-left: 72px;
text-decoration: underline;
}
.gl-label-link:hover,
.gl-label-icon:hover {
.gl-label-link:hover {
text-decoration: none;
color: inherit;
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册