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 932bfe3a6a
commit 41ad6b323b
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 6 additions and 0 deletions

View File

@ -832,3 +832,9 @@ div.gallerycell {
div.links-list ul > li.latest-page-updates-cell--item a {
display: block;
}
div.notifications-cell li.combo-notification:not(.combo-notification-acked) {
&, & > a {
font-weight: bolder;
}
}