Commit 027eb1c1 authored by Florie Guibert's avatar Florie Guibert Committed by Paul Slaughter

Remove CSS for scoped label doc link

parent 239651af
...@@ -167,10 +167,6 @@ ...@@ -167,10 +167,6 @@
} }
} }
a.gl-label-icon {
color: $gray-500;
}
.gl-label .gl-label-link:hover { .gl-label .gl-label-link:hover {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
...@@ -180,11 +176,6 @@ ...@@ -180,11 +176,6 @@
} }
} }
.gl-label .gl-label-icon:hover {
text-decoration: none;
color: $gray-500;
}
.btn-link { .btn-link {
color: inherit; color: inherit;
} }
...@@ -826,10 +817,6 @@ ...@@ -826,10 +817,6 @@
} }
} }
} }
.gl-label-icon {
color: $gray-500;
}
} }
@media(max-width: map-get($grid-breakpoints, lg)-1) { @media(max-width: map-get($grid-breakpoints, lg)-1) {
......
...@@ -460,8 +460,7 @@ ...@@ -460,8 +460,7 @@
// Label inside title of Delete Label Modal // Label inside title of Delete Label Modal
.modal-header .page-title { .modal-header .page-title {
.scoped-label-wrapper { .scoped-label-wrapper {
.scoped-label, .scoped-label {
.gl-label-icon {
line-height: 20px; line-height: 20px;
} }
......
...@@ -68,10 +68,6 @@ $status-box-line-height: 26px; ...@@ -68,10 +68,6 @@ $status-box-line-height: 26px;
.gl-label-link { .gl-label-link {
color: inherit; color: inherit;
} }
.gl-label-icon {
color: $gray-500;
}
} }
} }
......
...@@ -688,8 +688,7 @@ $note-form-margin-left: 72px; ...@@ -688,8 +688,7 @@ $note-form-margin-left: 72px;
text-decoration: underline; text-decoration: underline;
} }
.gl-label-link:hover, .gl-label-link:hover {
.gl-label-icon:hover {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
......
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