More work on post visibility
This commit is contained in:
parent
866979309c
commit
8e977a2b14
9 changed files with 59 additions and 38 deletions
|
@ -270,19 +270,20 @@ a:hover {
|
|||
float: left;
|
||||
border-radius:2px;
|
||||
}
|
||||
.bar-icon {
|
||||
background: $background-color;
|
||||
padding: 5px;
|
||||
color: $color-light;
|
||||
margin-right: 10px;
|
||||
float: left;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.bar-item:hover {
|
||||
background: $primary-color;
|
||||
color: $background-color;
|
||||
}
|
||||
.bar-item-no-border {
|
||||
color: $color-light;
|
||||
background: inherit;
|
||||
cursor: default;
|
||||
}
|
||||
.bar-item-no-border:hover {
|
||||
color: $color-light;
|
||||
background: inherit;
|
||||
cursor: default;
|
||||
}
|
||||
button.bar-item {
|
||||
border: 0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue