display correct icon in journal actions for users that cannot edit notes, fixes #28

This commit is contained in:
mrliptontea
2016-06-24 00:02:23 +01:00
parent b5f351f135
commit c160914448
2 changed files with 2 additions and 2 deletions

View File

@@ -1071,7 +1071,7 @@ $icon-danger-hover-color: darken($brand-danger, 10%);
display: none;
}
&:last-child {
&:nth-child(2) {
&:before {
color: $icon-success-color;
content: $fa-var-pencil;

File diff suppressed because one or more lines are too long