css: Move .message-info-popover .popover-title rules inside one block.

This commit is contained in:
Vaibhav
2019-07-04 11:58:13 +05:30
committed by Tim Abbott
parent 6cedd4ccf5
commit abadc1fd98

View File

@@ -114,6 +114,7 @@ ul {
.popover-title { .popover-title {
padding: 0; padding: 0;
border-color: hsla(0, 0%, 0%, 0.2);
} }
} }
@@ -169,7 +170,6 @@ ul {
word-wrap: break-word; word-wrap: break-word;
} }
.message-info-popover .popover-title,
.user_popover .popover-title { .user_popover .popover-title {
border-color: hsla(0, 0%, 0%, 0.2); border-color: hsla(0, 0%, 0%, 0.2);
} }