Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2647d8fb
Commit
2647d8fb
authored
Oct 29, 2017
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable MergeableSelector in scss-lint (for !14055)
parent
f33ad6de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
26 deletions
+26
-26
app/assets/stylesheets/framework/lists.scss
app/assets/stylesheets/framework/lists.scss
+26
-26
No files found.
app/assets/stylesheets/framework/lists.scss
View file @
2647d8fb
...
@@ -299,40 +299,40 @@ ul.indent-list {
...
@@ -299,40 +299,40 @@ ul.indent-list {
}
}
}
}
.group-list-tree
.avatar-container.content-loading
{
.group-list-tree
{
position
:
relative
;
.avatar-container.content-loading
{
position
:
relative
;
>
a
,
>
a
,
>
a
.avatar
{
>
a
.avatar
{
height
:
100%
;
height
:
100%
;
border-radius
:
50%
;
border-radius
:
50%
;
}
}
>
a
{
>
a
{
padding
:
2px
;
padding
:
2px
;
}
>
a
.avatar
{
.avatar
{
border
:
2px
solid
$white-normal
;
border
:
2px
solid
$white-normal
;
&
.identicon
{
&
.identicon
{
line-height
:
30px
;
line-height
:
30px
;
}
}
}
}
}
&
:
:
after
{
&
:
:
after
{
content
:
""
;
content
:
""
;
position
:
absolute
;
position
:
absolute
;
height
:
100%
;
height
:
100%
;
width
:
100%
;
width
:
100%
;
background-color
:
transparent
;
background-color
:
transparent
;
border
:
2px
outset
$kdb-border
;
border
:
2px
outset
$kdb-border
;
border-radius
:
50%
;
border-radius
:
50%
;
animation
:
spin-avatar
3s
infinite
linear
;
animation
:
spin-avatar
3s
infinite
linear
;
}
}
}
}
.group-list-tree
{
.folder-toggle-wrap
{
.folder-toggle-wrap
{
float
:
left
;
float
:
left
;
line-height
:
$list-text-height
;
line-height
:
$list-text-height
;
...
...
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