Webhook list enhancements (#21893)

This commit is contained in:
silverwind 2022-11-22 00:10:42 +01:00 committed by GitHub
parent 2e5ac53bdc
commit 1c7496c7a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 10 deletions

View file

@ -307,6 +307,11 @@ a.muted:hover [class*="color-text"],
color: var(--color-primary);
}
.delete-button,
.delete-button:hover {
color: var(--color-red);
}
a.label,
.repository-menu a,
.ui.search .results a,
@ -2571,6 +2576,7 @@ table th[data-sortt-desc] {
.truncated-item-container {
display: flex !important;
align-items: center;
}
.ellipsis-button {