diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-27 16:11:53 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-27 16:11:53 +0100 |
commit | 4635f59d7c3fea4b97029f10886c62fdf38b2084 (patch) | |
tree | d97357a00042bbfb33c4177ee24c01171d28dfce /client/src/app/shared/misc | |
parent | ea44f375f5d3da06ca0aebfe871b9f924a26ec29 (diff) | |
download | PeerTube-4635f59d7c3fea4b97029f10886c62fdf38b2084.tar.gz PeerTube-4635f59d7c3fea4b97029f10886c62fdf38b2084.tar.zst PeerTube-4635f59d7c3fea4b97029f10886c62fdf38b2084.zip |
Add video comment components
Diffstat (limited to 'client/src/app/shared/misc')
-rw-r--r-- | client/src/app/shared/misc/button.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/misc/button.component.scss b/client/src/app/shared/misc/button.component.scss index c380c7ae1..145a3474a 100644 --- a/client/src/app/shared/misc/button.component.scss +++ b/client/src/app/shared/misc/button.component.scss | |||
@@ -20,7 +20,7 @@ | |||
20 | top: -2px; | 20 | top: -2px; |
21 | 21 | ||
22 | &.icon-edit { | 22 | &.icon-edit { |
23 | background-image: url('../../../assets/images/global/edit.svg'); | 23 | background-image: url('../../../assets/images/global/edit-grey.svg'); |
24 | } | 24 | } |
25 | 25 | ||
26 | &.icon-delete-grey { | 26 | &.icon-delete-grey { |