Commit 2647d8fb authored by Takuya Noguchi's avatar Takuya Noguchi

Enable MergeableSelector in scss-lint (for !14055)

parent f33ad6de
...@@ -299,7 +299,8 @@ ul.indent-list { ...@@ -299,7 +299,8 @@ ul.indent-list {
} }
} }
.group-list-tree .avatar-container.content-loading { .group-list-tree {
.avatar-container.content-loading {
position: relative; position: relative;
> a, > a,
...@@ -310,15 +311,15 @@ ul.indent-list { ...@@ -310,15 +311,15 @@ ul.indent-list {
> 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: "";
...@@ -330,9 +331,8 @@ ul.indent-list { ...@@ -330,9 +331,8 @@ ul.indent-list {
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;
......
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