popovers: Remove unused popover-content class.

Fixes #26821
This commit is contained in:
Aman Agrawal 2023-10-09 17:35:34 +00:00 committed by Tim Abbott
parent a04117b6d3
commit 8430674aee
2 changed files with 3 additions and 8 deletions

View File

@ -679,8 +679,7 @@
.tippy-box[data-theme~="light-border"], .tippy-box[data-theme~="light-border"],
.dropdown-menu ul, .dropdown-menu ul,
.dropdown .dropdown-menu, .dropdown .dropdown-menu,
.popover, .popover {
.popover-content {
background-color: hsl(212deg 32% 14%); background-color: hsl(212deg 32% 14%);
} }

View File

@ -64,10 +64,6 @@
} }
} }
.popover-content {
padding: 5px 0;
}
.user_full_name, .user_full_name,
.bot_owner { .bot_owner {
text-overflow: ellipsis; text-overflow: ellipsis;
@ -806,14 +802,14 @@ ul {
color: var(--color-text-default); color: var(--color-text-default);
} }
& .popover-content ul.nav { & ul.nav {
/* TODO: Clean this logic up after drop Bootstrap styling */ /* TODO: Clean this logic up after drop Bootstrap styling */
margin: 0; margin: 0;
} }
} }
.user-group-popover-root { .user-group-popover-root {
& .popover-content ul.nav { & ul.nav {
/* TODO: Clean this logic up after drop Bootstrap styling */ /* TODO: Clean this logic up after drop Bootstrap styling */
margin: 0; margin: 0;
} }