mirror of https://github.com/zulip/zulip.git
custom profile field: Improve style of user pills in user type field.
Improve style of user pills in user-type-custom-field on account settings page.
This commit is contained in:
parent
1e27cb18eb
commit
150ea61271
|
@ -1760,6 +1760,7 @@ thead .actions {
|
|||
.custom_user_field .pill-container {
|
||||
padding: 2px 6px;
|
||||
height: 24px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.custom_user_field .pill-container:focus-within {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
{{/each}}
|
||||
</select>
|
||||
{{else if is_user_field }}
|
||||
<div class="pill-container uneditable-input">
|
||||
<div class="pill-container">
|
||||
<div class="input" contenteditable="true"></div>
|
||||
</div>
|
||||
{{else if is_date_field }}
|
||||
|
|
Loading…
Reference in New Issue