Revert "FIX: Show user status tooltip on the assign modal"
This reverts commit ff9ef36a28.
This commit is contained in:
parent
ff9ef36a28
commit
29874f1c9a
|
|
@ -1,7 +1,3 @@
|
||||||
import EmailGroupUserChooserRow from "select-kit/components/email-group-user-chooser-row";
|
import EmailGroupUserChooserRow from "select-kit/components/email-group-user-chooser-row";
|
||||||
|
|
||||||
export default EmailGroupUserChooserRow.extend({
|
export default EmailGroupUserChooserRow.extend();
|
||||||
stopPropagation(instance, event) {
|
|
||||||
event.stopPropagation();
|
|
||||||
},
|
|
||||||
});
|
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,7 @@
|
||||||
{{#if (and this.item.showUserStatus this.item.status)}}
|
{{#if (and this.item.showUserStatus this.item.status)}}
|
||||||
<UserStatusMessage
|
<UserStatusMessage
|
||||||
@status={{this.item.status}}
|
@status={{this.item.status}}
|
||||||
@onTrigger={{this.stopPropagation}}
|
@showDescription={{true}}
|
||||||
@onUntrigger={{this.stopPropagation}}
|
|
||||||
/>
|
/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,6 @@
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
line-height: var(--line-height-small);
|
line-height: var(--line-height-small);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
pointer-events: all;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue