Commit 6666c105 authored by Phil Hughes's avatar Phil Hughes

Merge branch '6658-issuable-css' into 'master'

Removes EE differences for issuable.scss

See merge request gitlab-org/gitlab-ce!26588
parents 8c8fac87 8568f254
...@@ -256,6 +256,10 @@ ...@@ -256,6 +256,10 @@
.selectbox { .selectbox {
display: none; display: none;
&.show {
display: block;
}
} }
.btn-clipboard:hover { .btn-clipboard:hover {
...@@ -309,6 +313,7 @@ ...@@ -309,6 +313,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;
} }
...@@ -592,7 +597,6 @@ ...@@ -592,7 +597,6 @@
margin: -7px; margin: -7px;
} }
.user-list { .user-list {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
...@@ -716,6 +720,7 @@ ...@@ -716,6 +720,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;
...@@ -777,6 +782,7 @@ ...@@ -777,6 +782,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