mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
parent
0bef17149c
commit
66d4e51a18
|
@ -93,7 +93,7 @@ export default class Navigation extends Component {
|
|||
|
||||
return Button.component({
|
||||
className: 'Button Button--icon Navigation-drawer' +
|
||||
(user && user.unreadNotificationsCount() ? ' unread' : ''),
|
||||
(user && user.newNotificationsCount() ? ' new' : ''),
|
||||
onclick: e => {
|
||||
e.stopPropagation();
|
||||
drawer.show();
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.Navigation-drawer.unread {
|
||||
.Navigation-drawer.new {
|
||||
position: relative;
|
||||
|
||||
&:after {
|
||||
|
|
Loading…
Reference in New Issue
Block a user