Commit 413370c6 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'ce-to-ee-2018-05-17' into 'master'

CE upstream - 2018-05-17 21:27 UTC

Closes gitlab-com/infrastructure#4228

See merge request gitlab-org/gitlab-ee!5754
parents 4288323b f779e157
...@@ -285,7 +285,6 @@ ul.indent-list { ...@@ -285,7 +285,6 @@ ul.indent-list {
padding: 10px 0 0 30px; padding: 10px 0 0 30px;
} }
// Specific styles for tree list // Specific styles for tree list
@keyframes spin-avatar { @keyframes spin-avatar {
from { transform: rotate(0deg); } from { transform: rotate(0deg); }
...@@ -430,18 +429,10 @@ ul.indent-list { ...@@ -430,18 +429,10 @@ ul.indent-list {
&:first-child { &:first-child {
border-top: 1px solid $white-normal; border-top: 1px solid $white-normal;
} }
&:last-of-type {
.group-row-contents:not(:hover) {
border-bottom: 1px solid transparent;
}
}
} }
.group-row-contents { .group-row-contents {
padding: 10px 10px 8px; padding: $gl-padding-top;
border-top: solid 1px transparent;
border-bottom: solid 1px $white-normal;
&:hover { &:hover {
border-color: $row-hover-border; border-color: $row-hover-border;
......
...@@ -23,6 +23,10 @@ ...@@ -23,6 +23,10 @@
.group-row { .group-row {
@include basic-list-stats; @include basic-list-stats;
.description p {
margin-bottom: 0;
}
} }
.ldap-group-links { .ldap-group-links {
......
...@@ -197,9 +197,21 @@ ...@@ -197,9 +197,21 @@
} }
&.assignee { &.assignee {
.author_link:hover { .author_link {
.author { display: block;
text-decoration: underline; padding-left: 42px;
position: relative;
&:hover {
.author {
text-decoration: underline;
}
}
.avatar {
left: 0;
position: absolute;
top: 0;
} }
} }
} }
......
---
title: Wrapping problem on the issues page has been fixed
merge_request:
author:
type: fixed
if Gitlab.dev_env_or_com? if Rails.env.development? || ENV['GITLAB_LEGACY_PATH_LOG_MESSAGE']
deprecator = ActiveSupport::Deprecation.new('11.0', 'GitLab') deprecator = ActiveSupport::Deprecation.new('11.0', 'GitLab')
deprecator.behavior = -> (message, callstack) { deprecator.behavior = -> (message, callstack) {
......
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