Commit 8568f254 authored by Filipa Lacerda's avatar Filipa Lacerda

Removes EE differences for issuable.scss

parent 30479246
......@@ -264,6 +264,10 @@
.selectbox {
display: none;
&.show {
display: block;
}
}
.btn-clipboard:hover {
......@@ -317,6 +321,7 @@
}
.no-value,
.btn-default-hover-link,
.btn-secondary-hover-link {
color: $gl-text-color-secondary;
}
......@@ -600,7 +605,6 @@
margin: -7px;
}
.user-list {
display: flex;
flex-wrap: wrap;
......@@ -724,6 +728,7 @@
.issuable-main-info {
flex: 1 auto;
margin-right: 10px;
min-width: 0;
.issue-weight-icon {
vertical-align: sub;
......@@ -785,6 +790,7 @@
@media(max-width: map-get($grid-breakpoints, lg)-1) {
.task-status,
.issuable-due-date,
.issuable-weight,
.project-ref-path {
display: none;
}
......
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