UX: mages edit post event standout less

This commit is contained in:
jjaffeux 2020-04-29 18:03:48 +02:00
parent 37bbc4b5d6
commit f5390d8cef
2 changed files with 9 additions and 1 deletions

View File

@ -152,7 +152,7 @@ export default createWidget("discourse-post-event", {
{{attach {{attach
widget="button" widget="button"
attrs=(hash attrs=(hash
className="btn-small" className="btn-small edit-post-event"
icon="pencil-alt" icon="pencil-alt"
action="editPostEvent" action="editPostEvent"
actionParam=state.eventModel.id actionParam=state.eventModel.id

View File

@ -47,6 +47,14 @@
.actions { .actions {
margin-bottom: auto; margin-bottom: auto;
margin-left: auto; margin-left: auto;
.edit-post-event {
background: none;
&:hover {
background: $primary-medium;
}
}
} }
} }