css: Use SCSS nesting for .edit-alert-word-buttons.

This commit is contained in:
majordwarf
2020-05-12 09:16:35 +05:30
committed by Tim Abbott
parent 0aabd97900
commit 0b709f770b

View File

@@ -1072,11 +1072,13 @@ input[type=checkbox] {
}
}
#alert_words_list .edit-alert-word-buttons,
#attachments_list .edit-attachment-buttons {
position: absolute;
right: 20px;
top: 0px;
#alert_words_list,
#attachments_list {
.edit-attachment-buttons {
position: absolute;
right: 20px;
top: 0px;
}
}
.emojiset_choices {