mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 11:03:54 +00:00
css: Use SCSS nesting for .edit-alert-word-buttons.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user