Change how unread announcements are handled (#13020)
* Change meaning of /api/v1/announcements/:id/dismiss to mark an announcement as read * Change how unread announcements are counted in UI * Add unread marker to announcements and mark announcements as unread as they are displayed * Fixups
This commit is contained in:
parent
61a7390b66
commit
3adc722d1c
8 changed files with 94 additions and 29 deletions
|
@ -6694,6 +6694,18 @@ noscript {
|
|||
font-weight: 500;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
&__unread {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
right: 15px;
|
||||
display: inline-block;
|
||||
background: $highlight-text-color;
|
||||
border-radius: 50%;
|
||||
width: 0.625rem;
|
||||
height: 0.625rem;
|
||||
margin: 0 .15em;
|
||||
}
|
||||
}
|
||||
|
||||
&__pagination {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue