Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
06fc79e550b2
Commit
68accef0
authored
May 17, 2018
by
Annabel Gray
Browse files
Merge branch 'dz-fix-list-bottom-margin' into 'master'
Fix group lists visual See merge request gitlab-org/gitlab-ce!19010
parents
db79f105cb67
34507461e352
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/framework/lists.scss
View file @
06fc79e5
...
...
@@ -279,7 +279,6 @@ ul.indent-list {
padding
:
10px
0
0
30px
;
}
// Specific styles for tree list
@keyframes
spin-avatar
{
from
{
transform
:
rotate
(
0deg
);
}
...
...
@@ -424,18 +423,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
;
...
...
app/assets/stylesheets/pages/groups.scss
View file @
06fc79e5
...
...
@@ -18,6 +18,10 @@
.group-row
{
@include
basic-list-stats
;
.description
p
{
margin-bottom
:
0
;
}
}
.ldap-group-links
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment