Improve notifications
- Keep track of unread count - "follow back" action
This commit is contained in:
parent
2ab59d9476
commit
d70c73cad7
9 changed files with 261 additions and 36 deletions
|
@ -244,13 +244,24 @@ a:hover {
|
|||
background: $color-menu-background;
|
||||
padding: 5px;
|
||||
color: $color-light;
|
||||
margin-right:5px;
|
||||
margin-right:10px;
|
||||
border-radius:2px;
|
||||
float: left;
|
||||
}
|
||||
.bar-item-no-hover:hover {
|
||||
cursor: default;
|
||||
}
|
||||
.bar-item-no-bg {
|
||||
cursor: default;
|
||||
padding: 5px;
|
||||
color: $color-light;
|
||||
margin-right:10px;
|
||||
border-radius:2px;
|
||||
float: left;
|
||||
}
|
||||
.bar-item-no-bg:hover {
|
||||
cursor: default;
|
||||
}
|
||||
.bar-item-pinned {
|
||||
cursor: default;
|
||||
background: $color-menu-background;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue