user_card_popover: Remove popover content class.

Added CSS styles that were removed due to this back. No visual
changes.
This commit is contained in:
Aman Agrawal 2023-10-09 16:38:14 +00:00 committed by Tim Abbott
parent ce656da8d7
commit 094ac010fb
2 changed files with 10 additions and 1 deletions

View File

@ -103,6 +103,15 @@
}
}
/* Used extra classes to override styles from .nav */
.tippy-box .tippy-content .user-card-popover-content {
padding: 5px 0;
.user-card-popover-actions {
margin: 0;
}
}
.user-card-popover-actions .custom_user_field {
display: flex;
align-items: center;

View File

@ -1,6 +1,6 @@
{{! Contents of the user card popover }}
<div class="user-card-popover-title no-auto-hide-right-sidebar-overlay"></div>
<div class="popover-content no-auto-hide-right-sidebar-overlay">
<div class="user-card-popover-content no-auto-hide-right-sidebar-overlay">
<ul class="nav nav-list user-card-popover-actions" id="user_card_popover" data-user-id="{{user_id}}">
<li class="popover_user_name_row">
<b class="user_full_name" data-tippy-content="{{user_full_name}}">{{user_full_name}}</b>