mirror of
https://github.com/discourse/discourse.git
synced 2025-09-12 21:10:47 +08:00
FEATURE: add a Dismiss link to user menu that dismisses all notifications
This commit is contained in:
parent
8f560f0bf4
commit
814502f7bb
5 changed files with 76 additions and 9 deletions
|
@ -257,6 +257,13 @@
|
|||
/* as a big ol' click target, don't let text inside be selected */
|
||||
@include unselectable;
|
||||
}
|
||||
|
||||
.logout-link, .dismiss-link {
|
||||
display: inline-block;
|
||||
}
|
||||
.dismiss-link {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
.notifications .logout {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue