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:
Yashashvi Dave 2018-08-15 23:38:08 +05:30 committed by Tim Abbott
parent 1e27cb18eb
commit 150ea61271
2 changed files with 2 additions and 1 deletions

View File

@ -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 {

View File

@ -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 }}