diff --git a/assets/javascripts/discourse/widgets/discourse-post-event.js.es6 b/assets/javascripts/discourse/widgets/discourse-post-event.js.es6 index 1464363a..a16df086 100644 --- a/assets/javascripts/discourse/widgets/discourse-post-event.js.es6 +++ b/assets/javascripts/discourse/widgets/discourse-post-event.js.es6 @@ -152,7 +152,7 @@ export default createWidget("discourse-post-event", { {{attach widget="button" attrs=(hash - className="btn-small" + className="btn-small edit-post-event" icon="pencil-alt" action="editPostEvent" actionParam=state.eventModel.id diff --git a/assets/stylesheets/common/discourse-post-event.scss b/assets/stylesheets/common/discourse-post-event.scss index 6c7f227a..7e26958d 100644 --- a/assets/stylesheets/common/discourse-post-event.scss +++ b/assets/stylesheets/common/discourse-post-event.scss @@ -47,6 +47,14 @@ .actions { margin-bottom: auto; margin-left: auto; + + .edit-post-event { + background: none; + + &:hover { + background: $primary-medium; + } + } } }