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 {
padding: 10px 0 0 30px;
}
// Specific styles for tree list
@keyframes spin-avatar {
from { transform: rotate(0deg); }
......@@ -430,18 +429,10 @@ ul.indent-list {
&:first-child {
border-top: 1px solid $white-normal;
}
&:last-of-type {
.group-row-contents:not(:hover) {
border-bottom: 1px solid transparent;
}
}
}
.group-row-contents {
padding: 10px 10px 8px;
border-top: solid 1px transparent;
border-bottom: solid 1px $white-normal;
padding: $gl-padding-top;
&:hover {
border-color: $row-hover-border;
......
......@@ -23,6 +23,10 @@
.group-row {
@include basic-list-stats;
.description p {
margin-bottom: 0;
}
}
.ldap-group-links {
......
......@@ -197,11 +197,23 @@
}
&.assignee {
.author_link:hover {
.author_link {
display: block;
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.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