Commit 27b827c1 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'separate_issues_list_scss_for_ee' into 'master'

Separate issues list scss for EE

See merge request gitlab-org/gitlab!44551
parents 39751d4c 2ace5655
......@@ -35,22 +35,6 @@
}
}
.issuable-list-root {
.gl-label-link {
text-decoration: none;
&:hover {
color: inherit;
}
}
}
.svg-container.jira-logo-container {
svg {
vertical-align: text-bottom;
}
}
.user-can-drag {
cursor: grab;
}
......
@import '../../../../../app/assets/stylesheets/page_bundles/issues_list';
.issuable-list-root {
.gl-label-link {
text-decoration: none;
&:hover {
color: inherit;
}
}
}
.svg-container.jira-logo-container {
svg {
vertical-align: text-bottom;
}
}
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