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"],
.dropdown-menu ul,
.dropdown .dropdown-menu,
.popover,
.popover-content {
.popover {
background-color: hsl(212deg 32% 14%);
}

View File

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