mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
css: Use SCSS nesting in settings.scss for emoji's input[type=text].
This commit is contained in:
@@ -782,10 +782,12 @@ input[type=checkbox] {
|
||||
margin: 10px 0px;
|
||||
}
|
||||
|
||||
.add-new-emoji-box input[type=text],
|
||||
.add-new-user-group-box input[type=text],
|
||||
.add-new-default-stream-box input[type=text] {
|
||||
padding: 6px;
|
||||
.add-new-emoji-box,
|
||||
.add-new-user-group-box,
|
||||
.add-new-default-stream-box {
|
||||
input[type=text] {
|
||||
padding: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.add-new-emoji-box #emoji-file-name {
|
||||
|
||||
Reference in New Issue
Block a user