css: Use SCSS nesting in popovers.scss for `.user_popover`.

This commit is contained in:
Vaibhav 2019-07-04 12:19:54 +05:30 committed by Tim Abbott
parent 58c0434474
commit b205410e27
1 changed files with 10 additions and 8 deletions

View File

@ -162,16 +162,18 @@ ul {
}
}
.user_popover .popover-title {
padding: 0;
}
.user_popover {
.popover-title {
padding: 0;
}
.user_popover .popover_info li {
word-wrap: break-word;
}
.popover_info li {
word-wrap: break-word;
}
.user_popover .popover-title {
border-color: hsla(0, 0%, 0%, 0.2);
.popover-title {
border-color: hsla(0, 0%, 0%, 0.2);
}
}
.popover-avatar {