css: style for acked notifications in notifications cell (#78314)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Lauréline Guérin 2023-06-09 18:05:38 +02:00
parent b423706712
commit f269d74cb1
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 5 additions and 0 deletions

View File

@ -830,3 +830,8 @@ div.gallerycell {
div.links-list ul > li.latest-page-updates-cell--item a {
display: block;
}
div.notifications-cell li.combo-notification.combo-notification-acked {
opacity: 0.6;
cursor: inherit;
}