Hide senstive content and fix image caching

This commit is contained in:
Thomas Sileo
2019-08-15 17:09:17 +02:00
parent 043e9a79dc
commit e5d8ef83ea
5 changed files with 46 additions and 27 deletions

View File

@@ -295,6 +295,20 @@ a:hover {
background: inherit;
cursor: default;
}
.bar-item-reverse {
background: $primary-color;
color: $background-color;
padding: 5px;
margin-right: 10px;
float: left;
border-radius:2px;
border: 0;
}
.bar-item-reverse:hover {
background: $color-menu-background;
color: $color-light;
}
button.bar-item {
border: 0
}