Commit 2ace5655 authored by Eulyeon Ko's avatar Eulyeon Ko

Separate ee content from issues_list.css

issues_list.scss included ee-only styles and
these are separated into an ee-only scss.
parent 26cfa3c1
......@@ -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