Commit 783d8001 authored by Denys Mishunov's avatar Denys Mishunov

Fixed selector-max-compound-selectors lint error

parent b342c852
......@@ -91,10 +91,6 @@
.user-avatar-link {
color: $gl-text-color;
font-weight: $gl-font-weight-bold;
.avatar {
margin-right: $gl-padding-4;
}
}
svg {
......@@ -103,6 +99,7 @@
.avatar {
float: none;
margin-right: $gl-padding-4;
}
}
......@@ -150,15 +147,6 @@
display: none;
}
.template-option {
display: none;
background: $gray-light;
.avatar-container {
margin-left: 34px;
}
}
&.expanded {
.template-option {
display: flex;
......@@ -174,15 +162,22 @@
}
}
.template-option {
display: none;
background: $gray-light;
.avatar-container {
margin-left: 34px;
}
}
.template-input-group {
.selected-icon {
.avatar {
width: 20px;
height: 20px;
line-height: 20px;
font-size: $gl-font-size;
margin-right: 0;
}
.avatar {
width: 20px;
height: 20px;
line-height: 20px;
font-size: $gl-font-size;
margin-right: 0;
}
}
}
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