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

Removes EE differences for issuable.scss

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