Enable MergeableSelector in scss-lint (for !14055)

This commit is contained in:
Takuya Noguchi 2017-10-29 09:51:40 +09:00
parent f33ad6de2f
commit 2647d8fbd8
1 changed files with 27 additions and 27 deletions

View File

@ -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 {
content: "";
position: absolute;
height: 100%;
width: 100%;
background-color: transparent;
border: 2px outset $kdb-border;
border-radius: 50%;
animation: spin-avatar 3s infinite linear;
} }
} }
&::after {
content: "";
position: absolute;
height: 100%;
width: 100%;
background-color: transparent;
border: 2px outset $kdb-border;
border-radius: 50%;
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;