Finish support for pinned/featured note

This commit is contained in:
Thomas Sileo
2018-07-22 22:22:30 +02:00
parent f23dbcaf05
commit a5e0983ca8
4 changed files with 91 additions and 6 deletions

View File

@@ -237,13 +237,27 @@ a:hover {
.og-link { text-decoration: none; }
.og-link:hover { text-decoration: none; }
.bar-item-no-hover {
cursor: default;
background: $color-menu-background;
padding: 5px;
color: $color-light;
margin-right:5px;
border-radius:2px;
}
.bar-item-no-hover:hover {
cursor: default;
}
.bar-item-pinned {
cursor: default;
background: $color-menu-background;
color: $color-light;
padding: 5px;
margin-right:5px;
border-radius:2px;
}
.bar-item-pinned:hover {
cursor: default;
}
.bar-item {
background: $color-menu-background;
padding: 5px;